Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h12 #define INTEL_PMC_MAX_FIXED 16 macro
/linux-6.12.1/arch/x86/events/intel/
Dcore.c2953 for_each_set_bit(idx, fixed_cntr_mask, INTEL_PMC_MAX_FIXED) { in intel_pmu_reset()
4830 if (bit > INTEL_PMC_MAX_FIXED) { in intel_pmu_check_counters_mask()
4832 bit, INTEL_PMC_MAX_FIXED); in intel_pmu_check_counters_mask()
4833 *fixed_cntr_mask &= GENMASK_ULL(INTEL_PMC_MAX_FIXED - 1, 0); in intel_pmu_check_counters_mask()
7139 if (fls64(x86_pmu.fixed_cntr_mask64) > INTEL_PMC_MAX_FIXED) in intel_pmu_init()
7140 x86_pmu.fixed_cntr_mask64 &= GENMASK_ULL(INTEL_PMC_MAX_FIXED - 1, 0); in intel_pmu_init()