Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dperf_event.h12 #define INTEL_PMC_MAX_FIXED 16 macro
/linux/arch/x86/events/intel/
H A Dcore.c3437 for_each_set_bit(idx, fixed_cntr_mask, INTEL_PMC_MAX_FIXED) { in intel_pmu_reset()
5684 if (bit > INTEL_PMC_MAX_FIXED) { in intel_pmu_check_counters_mask()
5686 bit, INTEL_PMC_MAX_FIXED); in intel_pmu_check_counters_mask()
5687 *fixed_cntr_mask &= GENMASK_ULL(INTEL_PMC_MAX_FIXED - 1, 0); in intel_pmu_check_counters_mask()
8416 if (fls64(x86_pmu.fixed_cntr_mask64) > INTEL_PMC_MAX_FIXED) in intel_pmu_init()
8417 x86_pmu.fixed_cntr_mask64 &= GENMASK_ULL(INTEL_PMC_MAX_FIXED - 1, 0); in intel_pmu_init()
H A Dds.c2391 for_each_set_bit(bit, (unsigned long *)&cntr->fixed, INTEL_PMC_MAX_FIXED) { in __setup_pebs_counter_group()