Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/
Daperfmperf.c44 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/
Dmsr.c156 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
/linux-6.1.9/drivers/cpufreq/
Damd-pstate.c188 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
Dintel_pstate.c2153 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h771 #define MSR_IA32_MPERF 0x000000e7 macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h791 #define MSR_IA32_MPERF 0x000000e7 macro
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c2125 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()