Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dpmu_intel.c151 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_is_valid_msr()
177 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_pmu_get_msr()
223 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_pmu_set_msr()
Dvmx.c863 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr()
919 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
/Linux-v5.4/arch/x86/xen/
Dpmu.c154 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr()
212 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h820 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/Linux-v5.4/arch/x86/events/intel/
Dcore.c1953 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all()
1973 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all()
2051 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround()
2052 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround()
2318 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset()
3340 arr[0].msr = MSR_CORE_PERF_GLOBAL_CTRL; in intel_guest_get_msrs()
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c281 rdmsr(MSR_CORE_PERF_GLOBAL_CTRL)); in init_vmcs_host_state()
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h1051 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/Linux-v5.4/arch/x86/events/
Dcore.c1364 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
/Linux-v5.4/arch/x86/kvm/
Dx86.c1164 MSR_CORE_PERF_GLOBAL_CTRL, MSR_CORE_PERF_GLOBAL_OVF_CTRL,