Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c52 case EXCCODE_LASXDIS: in scan_handlers()
H A Dtraps.c257 case EXCCODE_LASXDIS: return "ASXD"; in humanize_exc_name()
1167 set_handler(EXCCODE_LASXDIS * VECSIZE, handle_lasx, VECSIZE); in trap_init()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1387 #define EXCCODE_LASXDIS 17 /* LASX Disabled */ macro