Home
last modified time | relevance | path

Searched refs:EXCCODE_WATCH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c58 case EXCCODE_WATCH: in scan_handlers()
H A Dtraps.c264 case EXCCODE_WATCH: in humanize_exc_name()
1165 set_handler(EXCCODE_WATCH * VECSIZE, handle_watch, VECSIZE); in trap_init()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1331 #define EXCCODE_WATCH 19 /* WatchPoint Exception */ macro
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2437 set_except_vector(EXCCODE_WATCH, handle_watch); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h459 #define EXCCODE_WATCH 23 /* Watch address reference */ macro