Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dperf_event_p4.h22 #define ARCH_P4_MAX_CCCR (18) macro
/linux-6.12.1/arch/x86/events/intel/
Dp4.c1356 .cntr_mask64 = GENMASK_ULL(ARCH_P4_MAX_CCCR - 1, 0),
1373 BUILD_BUG_ON(ARCH_P4_MAX_CCCR > INTEL_PMC_MAX_GENERIC); in p4_pmu_init()