Home
last modified time | relevance | path

Searched refs:MSR_IA32_MPERF (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c44 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 Dmsr.c158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h388 #define MSR_IA32_MPERF 0x000000e7 macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h810 #define MSR_IA32_MPERF 0x000000e7 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h831 #define MSR_IA32_MPERF 0x000000e7 macro
/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c404 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
H A Dintel_pstate.c2209 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2128 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()