Searched refs:MSR_IA32_APERF (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/turbostat/ |
| A D | smi_aperf_mperf.py | 21 MSR_IA32_APERF = 0x000000e8 variable 61 if len(pread(file_msr.fileno(), 8, MSR_IA32_APERF)) != 8:
|
| /linux/arch/x86/kernel/cpu/ |
| A D | aperfmperf.c | 43 rdmsrl(MSR_IA32_APERF, aperf); in init_counter_refs() 477 rdmsrl(MSR_IA32_APERF, aperf); in arch_scale_freq_tick()
|
| /linux/arch/x86/events/ |
| A D | msr.c | 157 [PERF_MSR_APERF] = { MSR_IA32_APERF, &group_aperf, test_aperfmperf, },
|
| /linux/tools/arch/x86/include/asm/ |
| A D | msr-index.h | 907 #define MSR_IA32_APERF 0x000000e8 macro
|
| /linux/arch/x86/include/asm/ |
| A D | msr-index.h | 907 #define MSR_IA32_APERF 0x000000e8 macro
|
| /linux/drivers/cpufreq/ |
| A D | amd-pstate.c | 449 rdmsrl(MSR_IA32_APERF, aperf); in amd_pstate_sample()
|
| A D | intel_pstate.c | 2426 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
|
| /linux/tools/power/x86/turbostat/ |
| A D | turbostat.c | 1452 .msr = MSR_IA32_APERF,
|
Completed in 61 milliseconds