Home
last modified time | relevance | path

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

/Linux-v4.19/arch/xtensa/include/asm/
Dregs.h114 #define DEBUGCAUSE_IBREAK_BIT 1 /* IBREAK match */ macro
/Linux-v4.19/arch/xtensa/kernel/
Dhw_breakpoint.c277 if (regs->debugcause & BIT(DEBUGCAUSE_IBREAK_BIT)) { in check_hw_breakpoint()