Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dpmu_intel.c154 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in intel_is_valid_msr()
182 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in intel_pmu_get_msr()
229 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in intel_pmu_set_msr()
/linux-4.4.14/arch/x86/xen/
Dpmu.c148 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in is_intel_pmu_msr()
198 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in xen_intel_pmu_emulate()
235 if (msr == MSR_CORE_PERF_GLOBAL_OVF_CTRL) in xen_intel_pmu_emulate()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h651 #define MSR_CORE_PERF_GLOBAL_OVF_CTRL 0x00000390 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c1261 rdmsrl(MSR_CORE_PERF_GLOBAL_OVF_CTRL, overflow); in perf_event_print_debug()
Dperf_event_intel.c1609 wrmsrl(MSR_CORE_PERF_GLOBAL_OVF_CTRL, ack); in intel_pmu_ack_status()