Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/x86/xen/
Dpmu.c149 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in is_intel_pmu_msr()
199 case MSR_CORE_PERF_GLOBAL_OVF_CTRL: in xen_intel_pmu_emulate()
236 if (msr == MSR_CORE_PERF_GLOBAL_OVF_CTRL) in xen_intel_pmu_emulate()
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h737 #define MSR_CORE_PERF_GLOBAL_OVF_CTRL 0x00000390 macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h1004 #define MSR_CORE_PERF_GLOBAL_OVF_CTRL 0x00000390 macro
/Linux-v4.19/arch/x86/events/
Dcore.c1305 rdmsrl(MSR_CORE_PERF_GLOBAL_OVF_CTRL, overflow); in perf_event_print_debug()
/Linux-v4.19/arch/x86/events/intel/
Dcore.c2009 wrmsrl(MSR_CORE_PERF_GLOBAL_OVF_CTRL, ack); in intel_pmu_ack_status()