Searched refs:MSR_CORE_PERF_GLOBAL_CTRL (Results 1 – 9 of 9) sorted by relevance
| /arch/x86/xen/ |
| A D | pmu.c | 163 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr() 220 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
|
| /arch/x86/events/zhaoxin/ |
| A D | core.c | 258 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0); in zhaoxin_pmu_disable_all() 263 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, x86_pmu.intel_ctrl); in zhaoxin_pmu_enable_all()
|
| /arch/x86/kvm/ |
| A D | pmu.c | 619 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_is_valid_msr() 649 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_get_msr() 692 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_set_msr()
|
| A D | x86.c | 345 MSR_CORE_PERF_GLOBAL_CTRL,
|
| /arch/x86/include/asm/ |
| A D | msr-index.h | 1174 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
|
| /arch/x86/events/intel/ |
| A D | core.c | 2301 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all() 2326 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all() 2446 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround() 2447 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround() 3100 wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset() 4583 .msr = MSR_CORE_PERF_GLOBAL_CTRL, in intel_guest_get_msrs()
|
| /arch/x86/events/ |
| A D | core.c | 1561 rdmsrq(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
|
| /arch/x86/kvm/vmx/ |
| A D | nested.c | 2773 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4761 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state()
|
| A D | vmx.c | 946 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr() 1002 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
|
Completed in 74 milliseconds