Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Ddebugreg.h121 static __always_inline bool hw_breakpoint_active(void) in hw_breakpoint_active() function
132 if (static_cpu_has(X86_FEATURE_HYPERVISOR) && !hw_breakpoint_active()) in local_db_save()
/linux/arch/x86/mm/
H A Dtlb.c1042 if (hw_breakpoint_active()) in use_temporary_mm()
1062 if (hw_breakpoint_active()) in unuse_temporary_mm()
/linux/arch/x86/kvm/
H A Dx86.c11335 } else if (unlikely(hw_breakpoint_active())) { in vcpu_enter_guest()
11410 if (hw_breakpoint_active()) in vcpu_enter_guest()