Searched refs:MSR_CORE_PERF_GLOBAL_CTRL (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c |
|
H A D | pmu_counters_test.c |
|
/linux/arch/x86/xen/ |
H A D | pmu.c | 162 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr() 220 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
|
/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()
|
/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 1145 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
|
/linux/arch/x86/events/intel/ |
H A D | core.c | 2288 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all() 2313 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all() 2433 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround() 2434 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround() 2972 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset() 4293 .msr = MSR_CORE_PERF_GLOBAL_CTRL, in intel_guest_get_msrs()
|
/linux/arch/x86/events/ |
H A D | core.c | 1543 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
|
/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 2756 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4737 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state()
|
H A D | vmx.c | 993 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr() 1049 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 340 MSR_CORE_PERF_GLOBAL_CTRL,
|