Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c72 [EXCCODE_IPE] = handle_ri,
280 case EXCCODE_IPE: return "IPE"; in humanize_exc_name()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1344 #define EXCCODE_IPE 14 /* Inst. Privileged Error */ macro