Searched refs:MSR_IA32_MPERF (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/arch/x86/kernel/cpu/ |
| D | aperfmperf.c | 44 rdmsrl(MSR_IA32_MPERF, mperf); in init_counter_refs() 391 rdmsrl(MSR_IA32_MPERF, mperf); in arch_scale_freq_tick()
|
| /Linux-v6.6/arch/x86/events/ |
| D | msr.c | 158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
|
| /Linux-v6.6/tools/arch/x86/include/asm/ |
| D | msr-index.h | 810 #define MSR_IA32_MPERF 0x000000e7 macro
|
| /Linux-v6.6/arch/x86/include/asm/ |
| D | msr-index.h | 815 #define MSR_IA32_MPERF 0x000000e7 macro
|
| /Linux-v6.6/drivers/cpufreq/ |
| D | amd-pstate.c | 403 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
|
| D | intel_pstate.c | 2184 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
|
| /Linux-v6.6/tools/power/x86/turbostat/ |
| D | turbostat.c | 2125 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()
|