Searched refs:hw_breakpoint_active (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Ddebugreg.h113 static __always_inline bool hw_breakpoint_active(void) function
124 if (static_cpu_has(X86_FEATURE_HYPERVISOR) && !hw_breakpoint_active())
/linux-master/arch/x86/kernel/
H A Dalternative.c1823 if (hw_breakpoint_active())
1838 if (hw_breakpoint_active())
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c3184 if (hw_breakpoint_active())
/linux-master/arch/x86/kvm/
H A Dx86.c10992 } else if (unlikely(hw_breakpoint_active())) {
11044 if (hw_breakpoint_active())

Completed in 156 milliseconds