Searched refs:debugcause (Results 1 – 5 of 5) sorted by relevance
278 if (regs->debugcause & BIT(DEBUGCAUSE_IBREAK_BIT)) { in check_hw_breakpoint()288 } else if (regs->debugcause & BIT(DEBUGCAUSE_DBREAK_BIT)) { in check_hw_breakpoint()290 int dbnum = (regs->debugcause & DEBUGCAUSE_DBNUM_MASK) >> in check_hw_breakpoint()
37 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause)); in main()
847 rsr a0, debugcause
42 uint32_t debugcause; member
58 unsigned long debugcause; /* 24 */ member