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 D | pmu_event_filter_test.c | 160 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 D | pmu.c | 163 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 D | pmu.c | 557 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 D | x86.c | 1473 MSR_CORE_PERF_GLOBAL_CTRL, MSR_CORE_PERF_GLOBAL_OVF_CTRL,
|
/openbmc/linux/arch/x86/events/zhaoxin/ |
H A 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()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 577 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 269 rdmsr(MSR_CORE_PERF_GLOBAL_CTRL)); in init_vmcs_host_state()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 1049 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 1072 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | core.c | 2214 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 D | kvm.c | 4002 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 D | cpu.h | 489 #define MSR_CORE_PERF_GLOBAL_CTRL 0x38f macro
|
/openbmc/linux/arch/x86/events/ |
H A D | core.c | 1539 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 2667 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 D | vmx.c | 1005 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr() 1061 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
|