Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Duncore.h19 #define UNCORE_PMC_IDX_FIXED UNCORE_PMC_IDX_MAX_GENERIC macro
20 #define UNCORE_PMC_IDX_FREERUNNING (UNCORE_PMC_IDX_FIXED + \
249 return idx == UNCORE_PMC_IDX_FIXED; in uncore_pmc_fixed()
Duncore_snb.c261 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in snb_uncore_msr_enable_event()
1292 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in nhm_uncore_msr_enable_event()
Duncore_nhmex.c249 if (hwc->idx == UNCORE_PMC_IDX_FIXED) in nhmex_uncore_msr_enable_event()
Duncore.c33 EVENT_CONSTRAINT(~0ULL, 1 << UNCORE_PMC_IDX_FIXED, ~0ULL);