Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dpmu.c331 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_msr()
356 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_get_msr()
397 case MSR_CORE_PERF_GLOBAL_CTRL: in kvm_pmu_set_msr()
Dvmx.c1614 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr()
1666 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c1253 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all()
1275 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all()
1354 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround()
1355 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround()
1556 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset()
2351 arr[0].msr = MSR_CORE_PERF_GLOBAL_CTRL; in intel_guest_get_msrs()
Dperf_event.c1241 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h625 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro