Home
last modified time | relevance | path

Searched refs:DEBUGCAUSE_DBNUM_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/xtensa/include/asm/
Dregs.h109 #define DEBUGCAUSE_DBNUM_MASK 0xf00 macro
/linux-6.1.9/arch/xtensa/kernel/
Dhw_breakpoint.c290 int dbnum = (regs->debugcause & DEBUGCAUSE_DBNUM_MASK) >> in check_hw_breakpoint()