Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dpmu_intel.c153 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_is_valid_msr()
179 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_pmu_get_msr()
221 case MSR_CORE_PERF_GLOBAL_CTRL: in intel_pmu_set_msr()
Dvmx.c2678 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr()
2733 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
/Linux-v4.19/arch/x86/xen/
Dpmu.c147 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr()
205 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c187 rdmsr(MSR_CORE_PERF_GLOBAL_CTRL)); in init_vmcs_host_state()
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h736 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/Linux-v4.19/arch/x86/events/intel/
Dcore.c1878 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all()
1898 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all()
1976 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround()
1977 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround()
2191 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset()
3058 arr[0].msr = MSR_CORE_PERF_GLOBAL_CTRL; in intel_guest_get_msrs()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h1003 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/Linux-v4.19/arch/x86/events/
Dcore.c1303 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()