Symbol: MSR_CORE_PERF_GLOBAL_CTRL
arch/x86/events/core.c
1578
rdmsrq(MSR_CORE_PERF_GLOBAL_CTRL, ctrl);
arch/x86/events/intel/core.c
2512
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0);
arch/x86/events/intel/core.c
2537
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/events/intel/core.c
2657
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0xf);
arch/x86/events/intel/core.c
2658
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0x0);
arch/x86/events/intel/core.c
3449
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0);
arch/x86/events/intel/core.c
5012
.msr = MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/events/zhaoxin/core.c
258
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, 0);
arch/x86/events/zhaoxin/core.c
263
wrmsrq(MSR_CORE_PERF_GLOBAL_CTRL, x86_pmu.intel_ctrl);
arch/x86/kvm/pmu.c
801
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/pmu.c
831
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/pmu.c
875
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/vmx/nested.c
2832
WARN_ON_ONCE(__kvm_emulate_msr_write(vcpu, MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/nested.c
4849
WARN_ON_ONCE(__kvm_emulate_msr_write(vcpu, MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/nested.c
660
nested_vmx_merge_msr_bitmaps_rw(MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/vmx/pmu_intel.c
845
.PERF_GLOBAL_CTRL = MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/vmx.c
1070
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/vmx/vmx.c
1131
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/kvm/vmx/vmx.c
4304
vmx_add_autostore_msr(vmx, MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/vmx/vmx.c
4306
vmx_remove_autostore_msr(vmx, MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/vmx/vmx.c
4337
vmx_set_intercept_for_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/kvm/vmx/vmx.c
7447
if (msr_write_intercepted(vmx, MSR_CORE_PERF_GLOBAL_CTRL))
arch/x86/kvm/vmx/vmx.c
7452
MSR_CORE_PERF_GLOBAL_CTRL);
arch/x86/kvm/x86.c
360
MSR_CORE_PERF_GLOBAL_CTRL,
arch/x86/xen/pmu.c
163
case MSR_CORE_PERF_GLOBAL_CTRL:
arch/x86/xen/pmu.c
220
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
uint64_t 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
442
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
451
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0x7);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
734
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
739
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, FIXED_PMC_GLOBAL_CTRL_ENABLE(idx));
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
741
wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0);