Searched refs:MSR_IA32_APERF (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | aperfmperf.c | 46 rdmsrl(MSR_IA32_APERF, aperf); in aperfmperf_snapshot_khz()
|
/Linux-v4.19/arch/x86/events/ |
D | msr.c | 119 [PERF_MSR_APERF] = { MSR_IA32_APERF, &evattr_aperf, test_aperfmperf, },
|
/Linux-v4.19/arch/x86/include/asm/ |
D | msr-index.h | 512 #define MSR_IA32_APERF 0x000000e8 macro
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | x86.h | 779 #define MSR_IA32_APERF 0x000000e8 macro
|
/Linux-v4.19/drivers/cpufreq/ |
D | intel_pstate.c | 1570 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 1739 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters() 1746 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
|