Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h411 #define MSR_IA32_APERF 0x000000e8 macro
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c762 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c983 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()