Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c76 [EXCCODE_LASXDIS] = handle_lasx,
284 case EXCCODE_LASXDIS: return "ASXD"; in humanize_exc_name()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1521 #define EXCCODE_LASXDIS 17 /* LASX Disabled */ macro