Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c468 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()
479 current->thread.debugreg6 &= ~DR_TRAP_BITS; in hw_breakpoint_handler()
526 if ((current->thread.debugreg6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
527 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
Dtraps.c815 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
/Linux-v4.19/arch/x86/include/uapi/asm/
Ddebugreg.h25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro