Searched refs:DR_TRAP_BITS (Results 1 – 3 of 3) sorted by relevance
431 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()442 current->thread.debugreg6 &= ~DR_TRAP_BITS; in hw_breakpoint_handler()489 if ((current->thread.debugreg6 & DR_TRAP_BITS) || in hw_breakpoint_handler()490 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
694 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
24 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro