Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h11 #define INTEL_PMC_MAX_GENERIC 32 macro
/linux-6.12.1/arch/x86/kvm/vmx/
Dpmu_intel.c542 INTEL_PMC_MAX_GENERIC, pmu->nr_arch_fixed_counters); in intel_pmu_refresh()
/linux-6.12.1/arch/x86/events/intel/
Dp4.c1373 BUILD_BUG_ON(ARCH_P4_MAX_CCCR > INTEL_PMC_MAX_GENERIC); in p4_pmu_init()
Dcore.c2949 for_each_set_bit(idx, cntr_mask, INTEL_PMC_MAX_GENERIC) { in intel_pmu_reset()
4822 if (bit > INTEL_PMC_MAX_GENERIC) { in intel_pmu_check_counters_mask()
4824 bit, INTEL_PMC_MAX_GENERIC); in intel_pmu_check_counters_mask()
4825 *cntr_mask &= GENMASK_ULL(INTEL_PMC_MAX_GENERIC - 1, 0); in intel_pmu_check_counters_mask()