Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Ddebugreg.h88 static __always_inline bool hw_breakpoint_active(void) in hw_breakpoint_active() function
99 if (static_cpu_has(X86_FEATURE_HYPERVISOR) && !hw_breakpoint_active()) in local_db_save()
/Linux-v6.1/arch/x86/kernel/
Dalternative.c1055 if (hw_breakpoint_active()) in use_temporary_mm()
1070 if (hw_breakpoint_active()) in unuse_temporary_mm()
/Linux-v6.1/arch/x86/kvm/vmx/
Dnested.c3118 if (hw_breakpoint_active()) in nested_vmx_check_vmentry_hw()
/Linux-v6.1/arch/x86/kvm/
Dx86.c10754 } else if (unlikely(hw_breakpoint_active())) { in vcpu_enter_guest()
10803 if (hw_breakpoint_active()) in vcpu_enter_guest()