Home
last modified time | relevance | path

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

/linux-6.1.9/arch/xtensa/include/asm/
Dregs.h115 #define DEBUGCAUSE_IBREAK_BIT 1 /* IBREAK match */ macro
/linux-6.1.9/arch/xtensa/kernel/
Dhw_breakpoint.c278 if (regs->debugcause & BIT(DEBUGCAUSE_IBREAK_BIT)) { in check_hw_breakpoint()