Home
last modified time | relevance | path

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

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