Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dtraps.c254 case EXCCODE_IPE: return "IPE"; in humanize_exc_name()
1159 set_handler(EXCCODE_IPE * VECSIZE, handle_ri, VECSIZE); in trap_init()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1324 #define EXCCODE_IPE 14 /* Inst. Privileged Error */ macro