Symbol: MSR_CORE_PERF_GLOBAL_CTRL
arch/x86/events/core.c
1581
rdmsrq(MSR_CORE_PERF_GLOBAL_CTRL, ctrl);
arch/x86/events/intel/core.c
2764
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0);
arch/x86/events/intel/core.c
2789
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/events/intel/core.c
2909
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0xf);
arch/x86/events/intel/core.c
2910
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0x0);
arch/x86/events/intel/core.c
3729
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0);
arch/x86/events/intel/core.c
5292
.msr = MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/events/zhaoxin/core.c
259
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0);
arch/x86/events/zhaoxin/core.c
264
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, x86_pmu.intel_ctrl);
arch/x86/kvm/pmu.c
817
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/pmu.c
847
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/pmu.c
891
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/vmx/nested.c
2887
WARN_ON_ONCE(__kvm_emulate_msr_write(vcpu, MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/nested.c
4864
WARN_ON_ONCE(__kvm_emulate_msr_write(vcpu, MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/nested.c
725
nested_vmx_merge_msr_bitmaps_rw(MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/vmx/pmu_intel.c
856
.PERF_GLOBAL_CTRL = MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/vmx.c
1041
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/vmx/vmx.c
1102
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/vmx/vmx.c
4226
vmx_add_autostore_msr(vmx, MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/vmx/vmx.c
4228
vmx_remove_autostore_msr(vmx, MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/vmx/vmx.c
4259
vmx_set_intercept_for_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/vmx.c
7376
if (msr_write_intercepted(vmx, MSR_CORE_PERF_GLOBAL_CTRL))
arch/x86/kvm/vmx/vmx.c
7381
MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/x86.c
356
MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/xen/pmu.c
164
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/xen/pmu.c
221
case MSR_CORE_PERF_GLOBAL_CTRL:
tools/testing/selftests/kvm/lib/x86/vmx.c
278
rdmsr(MSR_CORE_PERF_GLOBAL_CTRL));
tools/testing/selftests/kvm/x86/pmu_counters_test.c
298
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, BIT_ULL(i));
tools/testing/selftests/kvm/x86/pmu_counters_test.c
317
MSR_CORE_PERF_GLOBAL_CTRL,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
480
u64 global_ctrl = rdmsr(MSR_CORE_PERF_GLOBAL_CTRL);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
545
vector = wrmsr_safe(MSR_CORE_PERF_GLOBAL_CTRL,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
554
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, FIXED_PMC_GLOBAL_CTRL_ENABLE(i));
tools/testing/selftests/kvm/x86/pmu_counters_test.c
556
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
105
check_msr(MSR_CORE_PERF_GLOBAL_CTRL, 1);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
111
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
116
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0x3);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
443
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
452
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0x7);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
737
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
742
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, FIXED_PMC_GLOBAL_CTRL_ENABLE(idx));
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
748
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);