Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Daperfmperf.c46 rdmsrl(MSR_IA32_APERF, aperf); in aperfmperf_snapshot_khz()
/Linux-v4.19/arch/x86/events/
Dmsr.c119 [PERF_MSR_APERF] = { MSR_IA32_APERF, &evattr_aperf, test_aperfmperf, },
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h512 #define MSR_IA32_APERF 0x000000e8 macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h779 #define MSR_IA32_APERF 0x000000e8 macro
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1570 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1739 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
1746 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()