Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeatures.h319 #define X86_FEATURE_IRPERF (13*32+ 1) /* Instructions Retired Count */ macro
/arch/x86/events/
Dmsr.c32 return boot_cpu_has(X86_FEATURE_IRPERF); in test_irperf()
/arch/x86/kernel/cpu/
Damd.c1145 if (cpu_has(c, X86_FEATURE_IRPERF) && in init_amd()