Home
last modified time | relevance | path

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

/linux-6.1.9/arch/xtensa/kernel/
Dhw_breakpoint.c278 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()
Dasm-offsets.c38 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause)); in main()
Dentry.S862 rsr a0, debugcause
/linux-6.1.9/include/sound/sof/
Dxtensa.h42 uint32_t debugcause; member
/linux-6.1.9/arch/xtensa/include/asm/
Dptrace.h59 unsigned long debugcause; /* 24 */ member