Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c54 case EXCCODE_BTDIS: in scan_handlers()
H A Dtraps.c270 case EXCCODE_BTDIS: return "BTD"; in humanize_exc_name()
1169 set_handler(EXCCODE_BTDIS * VECSIZE, handle_lbt, VECSIZE); in trap_init()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1394 #define EXCCODE_BTDIS 20 /* Binary Trans. Disabled */ macro