Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h410 #define MSR_IA32_MPERF 0x000000e7 macro
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c763 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c985 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()