Home
last modified time | relevance | path

Searched refs:P4_CPU_TO_FLAG (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/hwpmc/
HDhwpmc_piv.c463 #define P4_CPU_TO_FLAG(C) (P4_CPU_IS_HTT_SECONDARY(cpu) ? 0x2 : 0x1) macro
823 cpuflag = P4_CPU_TO_FLAG(cpu); in p4_config_pmc()
873 if (cfgflags & P4_CPU_TO_FLAG(cpu)) in p4_get_config()