Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1688 case MSR_CORE_PERF_GLOBAL_CTRL: in clear_atomic_switch_msr()
1740 case MSR_CORE_PERF_GLOBAL_CTRL: in add_atomic_switch_msr()
/linux-4.4.14/arch/x86/xen/
Dpmu.c146 case MSR_CORE_PERF_GLOBAL_CTRL: in is_intel_pmu_msr()
204 case MSR_CORE_PERF_GLOBAL_CTRL: in xen_intel_pmu_emulate()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h650 #define MSR_CORE_PERF_GLOBAL_CTRL 0x0000038f macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c1475 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in __intel_pmu_disable_all()
1497 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, in __intel_pmu_enable_all()
1576 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0xf); in intel_pmu_nhm_workaround()
1577 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0x0); in intel_pmu_nhm_workaround()
1778 wrmsrl(MSR_CORE_PERF_GLOBAL_CTRL, 0); in intel_pmu_reset()
2574 arr[0].msr = MSR_CORE_PERF_GLOBAL_CTRL; in intel_guest_get_msrs()
Dperf_event.c1259 rdmsrl(MSR_CORE_PERF_GLOBAL_CTRL, ctrl); in perf_event_print_debug()