Home
last modified time | relevance | path

Searched refs:MSR_CORE_PERF_GLOBAL_CTRL (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c160 check_msr(MSR_CORE_PERF_GLOBAL_CTRL, 1); in intel_guest_code()
166 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_guest_code()
171 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0x3); in intel_guest_code()
523 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_masked_events_guest_code()
532 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0x7); in intel_masked_events_guest_code()
815 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_run_fixed_counter_guest_code()
820 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, in intel_run_fixed_counter_guest_code()
823 wrmsr(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_run_fixed_counter_guest_code()
/openbmc/linux/arch/x86/xen/
H A Dpmu.c163 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr()
221 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
/openbmc/linux/arch/x86/kvm/
H A Dpmu.c557 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_is_valid_msr()
587 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_get_msr()
630 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_set_msr()
H A Dx86.c1473 MSR_CORE_PERF_GLOBAL_CTRL, MSR_CORE_PERF_GLOBAL_OVF_CTRL,
/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c257 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()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h577 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c269 rdmsr(MSR_CORE_PERF_GLOBAL_CTRL)); in init_vmcs_host_state()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h1049 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h1072 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c2214 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all()
2239 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all()
2359 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround()
2360 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround()
2907 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset()
4073 .msr = MSR_CORE_PERF_GLOBAL_CTRL, in intel_guest_get_msrs()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4002 kvm_msr_entry_add(cpu, MSR_CORE_PERF_GLOBAL_CTRL, 0); in kvm_put_msrs()
4025 kvm_msr_entry_add(cpu, MSR_CORE_PERF_GLOBAL_CTRL, in kvm_put_msrs()
4477 kvm_msr_entry_add(cpu, MSR_CORE_PERF_GLOBAL_CTRL, 0); in kvm_get_msrs()
4783 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_get_msrs()
/openbmc/qemu/target/i386/
H A Dcpu.h489 #define MSR_CORE_PERF_GLOBAL_CTRL 0x38f macro
/openbmc/linux/arch/x86/events/
H A Dcore.c1539 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c2667 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02()
4574 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state()
H A Dvmx.c1005 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr()
1061 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()