Home
last modified time | relevance | path

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

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