Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h126 #define X86_FEATURE_PDCM ( 4*32+15) /* Performance Capabilities */ macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c3281 if (boot_cpu_has(X86_FEATURE_PDCM)) { in intel_pmu_init()