Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_uncore.c543 if (cpu_has_perfctr_l2) { in amd_uncore_init()
586 if (cpu_has_perfctr_l2) in amd_uncore_init()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h398 #define cpu_has_perfctr_l2 boot_cpu_has(X86_FEATURE_PERFCTR_L2) macro