Home
last modified time | relevance | path

Searched refs:DEBUGCAUSE_DBREAK_BIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dregs.h114 #define DEBUGCAUSE_DBREAK_BIT 2 /* DBREAK match */ macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dregs.h114 #define DEBUGCAUSE_DBREAK_BIT 2 /* DBREAK match */ macro
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dhw_breakpoint.c288 } else if (regs->debugcause & BIT(DEBUGCAUSE_DBREAK_BIT)) { in check_hw_breakpoint()
H A Dentry.S848 bbsi.l a0, DEBUGCAUSE_DBREAK_BIT, .Ldebug_save_dbreak
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dhw_breakpoint.c289 } else if (regs->debugcause & BIT(DEBUGCAUSE_DBREAK_BIT)) { in check_hw_breakpoint()
H A Dentry.S863 bbsi.l a0, DEBUGCAUSE_DBREAK_BIT, .Ldebug_save_dbreak

Completed in 5 milliseconds