Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/
Daperfmperf.c48 rdmsrl(MSR_IA32_MPERF, mperf); in aperfmperf_snapshot_khz()
/Linux-v5.4/arch/x86/events/
Dmsr.c143 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h589 #define MSR_IA32_MPERF 0x000000e7 macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h826 #define MSR_IA32_MPERF 0x000000e7 macro
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c1712 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c1825 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()