Searched refs:DEBUGCAUSE_IBREAK_BIT (Results 1 – 3 of 3) sorted by relevance
90 #define DEBUGCAUSE_IBREAK_BIT 1 /* IBREAK match */ macro
115 #define DEBUGCAUSE_IBREAK_BIT 1 /* IBREAK match */ macro
279 if (regs->debugcause & BIT(DEBUGCAUSE_IBREAK_BIT)) { in check_hw_breakpoint()