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