Home
last modified time | relevance | path

Searched refs:debugcause (Results 1 – 5 of 5) sorted by relevance

/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c279 if (regs->debugcause & BIT(DEBUGCAUSE_IBREAK_BIT)) { in check_hw_breakpoint()
289 } else if (regs->debugcause & BIT(DEBUGCAUSE_DBREAK_BIT)) { in check_hw_breakpoint()
291 int dbnum = (regs->debugcause & DEBUGCAUSE_DBNUM_MASK) >> in check_hw_breakpoint()
H A Dasm-offsets.c38 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause)); in main()
H A Dentry.S862 rsr a0, debugcause
/linux/include/sound/sof/
H A Dxtensa.h42 uint32_t debugcause; member
/linux/arch/xtensa/include/asm/
H A Dptrace.h59 unsigned long debugcause; /* 24 */ member