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

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

Completed in 414 milliseconds