Searched refs:MSR_CORE_PERF_GLOBAL_CTRL (Results 1 – 9 of 9) sorted by relevance
/arch/x86/xen/ |
D | pmu.c | 154 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr() 212 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
|
/arch/x86/kvm/vmx/ |
D | pmu_intel.c | 223 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_is_valid_msr() 368 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_pmu_get_msr() 419 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_pmu_set_msr()
|
D | nested.c | 2620 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4347 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state() 4868 if (kvm_x86_ops.pmu_ops->is_valid_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL)) { in nested_vmx_pmu_entry_exit_ctls_update()
|
D | vmx.c | 887 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr() 943 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
|
/arch/x86/events/zhaoxin/ |
D | core.c | 257 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in zhaoxin_pmu_disable_all() 262 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, x86_pmu.intel_ctrl); in zhaoxin_pmu_enable_all()
|
/arch/x86/include/asm/ |
D | msr-index.h | 954 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
|
/arch/x86/events/intel/ |
D | core.c | 2152 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all() 2171 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all() 2250 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround() 2251 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround() 2775 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset() 3871 arr[0].msr = MSR_CORE_PERF_GLOBAL_CTRL; in intel_guest_get_msrs()
|
/arch/x86/events/ |
D | core.c | 1542 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
|
/arch/x86/kvm/ |
D | x86.c | 1364 MSR_CORE_PERF_GLOBAL_CTRL, MSR_CORE_PERF_GLOBAL_OVF_CTRL,
|