Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dmsr.c32 return boot_cpu_has(X86_FEATURE_IRPERF); in test_irperf()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h327 #define X86_FEATURE_IRPERF (13*32+ 1) /* Instructions Retired Count */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h335 #define X86_FEATURE_IRPERF (13*32+ 1) /* Instructions Retired Count */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c1193 if (cpu_has(c, X86_FEATURE_IRPERF) && in init_amd()