Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/xtensa/include/asm/
H A Dregs.h90 #define DEBUGCAUSE_IBREAK_BIT 1 /* IBREAK match */ macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dregs.h115 #define DEBUGCAUSE_IBREAK_BIT 1 /* IBREAK match */ macro
/openbmc/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c279 if (regs->debugcause & BIT(DEBUGCAUSE_IBREAK_BIT)) { in check_hw_breakpoint()