Searched refs:MSR_IA32_APERF (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | aperfmperf_test.c | 54 GUEST_SYNC2(rdmsr(MSR_IA32_APERF), rdmsr(MSR_IA32_MPERF)); in guest_read_aperf_mperf() 113 vector = rdmsr_safe(MSR_IA32_APERF, &msr_val); in guest_no_aperfmperf() 116 vector = rdmsr_safe(MSR_IA32_APERF, &msr_val); in guest_no_aperfmperf() 165 host_aperf_before = read_dev_msr(msr_fd, MSR_IA32_APERF); in main() 185 host_aperf_after = read_dev_msr(msr_fd, MSR_IA32_APERF); in main()
|
| /linux/tools/testing/selftests/turbostat/ |
| H 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/ |
| H A D | aperfmperf.c | 44 rdmsrq(MSR_IA32_APERF, aperf); in init_counter_refs() 482 rdmsrq(MSR_IA32_APERF, aperf); in arch_scale_freq_tick()
|
| /linux/arch/x86/include/asm/ |
| H A D | msr-index.h | 1001 #define MSR_IA32_APERF 0x000000e8 macro
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 991 #define MSR_IA32_APERF 0x000000e8 macro
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 615 rdmsrq(MSR_IA32_APERF, aperf); in amd_pstate_sample()
|
| H A D | intel_pstate.c | 2486 rdmsrq(MSR_IA32_APERF, aperf); in intel_pstate_sample()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 218 MSR_IA32_APERF, in nested_svm_init_msrpm_merge_offsets()
|
| H A D | svm.c | 832 svm_disable_intercept_for_msr(vcpu, MSR_IA32_APERF, MSR_TYPE_R); in svm_recalc_msr_intercepts()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 757 MSR_IA32_APERF, MSR_TYPE_R); in nested_vmx_prepare_msr_bitmap()
|
| H A D | vmx.c | 4260 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_APERF, MSR_TYPE_R); in vmx_recalc_msr_intercepts()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 1888 .msr = MSR_IA32_APERF,
|