Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c72 [EXCCODE_INE] = handle_ri,
280 case EXCCODE_INE: return "INE"; in humanize_exc_name()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1517 #define EXCCODE_INE 13 /* Inst. Not Exist */ macro