Searched refs:MSR_IA32_MPERF (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | aperfmperf.c | 44 rdmsrl(MSR_IA32_MPERF, mperf); in init_counter_refs() 391 rdmsrl(MSR_IA32_MPERF, mperf); in arch_scale_freq_tick()
|
/openbmc/linux/arch/x86/events/ |
H A D | msr.c | 158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 388 #define MSR_IA32_MPERF 0x000000e7 macro
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 810 #define MSR_IA32_MPERF 0x000000e7 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 833 #define MSR_IA32_MPERF 0x000000e7 macro
|
/openbmc/linux/drivers/cpufreq/ |
H A D | amd-pstate.c | 428 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
|
H A D | intel_pstate.c | 2208 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2129 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()
|