Home
last modified time | relevance | path

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

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