Searched refs:MSR_IA32_APERF (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | aperfmperf.c | 47 rdmsrl(MSR_IA32_APERF, aperf); in aperfmperf_snapshot_khz()
|
| /Linux-v5.4/arch/x86/events/ |
| D | msr.c | 142 [PERF_MSR_APERF] = { MSR_IA32_APERF, &group_aperf, test_aperfmperf, },
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | msr-index.h | 590 #define MSR_IA32_APERF 0x000000e8 macro
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 827 #define MSR_IA32_APERF 0x000000e8 macro
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | intel_pstate.c | 1711 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
|
| /Linux-v5.4/tools/power/x86/turbostat/ |
| D | turbostat.c | 1813 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters() 1820 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
|