Searched refs:MSR_IA32_APERF (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | aperfmperf.c | 43 rdmsrl(MSR_IA32_APERF, aperf); in init_counter_refs() 390 rdmsrl(MSR_IA32_APERF, aperf); in arch_scale_freq_tick()
|
/linux-6.6.21/arch/x86/events/ |
D | msr.c | 157 [PERF_MSR_APERF] = { MSR_IA32_APERF, &group_aperf, test_aperfmperf, },
|
/linux-6.6.21/tools/arch/x86/include/asm/ |
D | msr-index.h | 811 #define MSR_IA32_APERF 0x000000e8 macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | msr-index.h | 817 #define MSR_IA32_APERF 0x000000e8 macro
|
/linux-6.6.21/drivers/cpufreq/ |
D | amd-pstate.c | 403 rdmsrl(MSR_IA32_APERF, aperf); in amd_pstate_sample()
|
D | intel_pstate.c | 2208 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
|
/linux-6.6.21/tools/power/x86/turbostat/ |
D | turbostat.c | 2113 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters() 2120 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
|