Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c43 rdmsrl(MSR_IA32_APERF, aperf); in init_counter_refs()
390 rdmsrl(MSR_IA32_APERF, aperf); in arch_scale_freq_tick()
/openbmc/linux/arch/x86/events/
H A Dmsr.c157 [PERF_MSR_APERF] = { MSR_IA32_APERF, &group_aperf, test_aperfmperf, },
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h389 #define MSR_IA32_APERF 0x000000e8 macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h811 #define MSR_IA32_APERF 0x000000e8 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h832 #define MSR_IA32_APERF 0x000000e8 macro
/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c403 rdmsrl(MSR_IA32_APERF, aperf); in amd_pstate_sample()
H A Dintel_pstate.c2208 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2116 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
2123 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()