Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c1125 if (hw_breakpoint_active()) in use_temporary_mm()
1140 if (hw_breakpoint_active()) in unuse_temporary_mm()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9208 } else if (unlikely(hw_breakpoint_active())) { in vcpu_enter_guest()
9235 if (hw_breakpoint_active()) in vcpu_enter_guest()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c3117 if (hw_breakpoint_active()) in nested_vmx_check_vmentry_hw()