Searched refs:DR_TRAP_BITS (Results 1 – 3 of 3) sorted by relevance
460 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()471 current->thread.debugreg6 &= ~DR_TRAP_BITS; in hw_breakpoint_handler()518 if ((current->thread.debugreg6 & DR_TRAP_BITS) || in hw_breakpoint_handler()519 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
674 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