Searched refs:EXCCODE_IPE (Results 1 – 6 of 6) sorted by relevance
98 do_raise_exception(env, EXCCODE_IPE, GETPC()); in helper_rdtime_d()
254 case EXCCODE_IPE: return "IPE"; in humanize_exc_name()1164 set_handler(EXCCODE_IPE * VECSIZE, handle_ri, VECSIZE); in trap_init()
67 {EXCCODE_IPE, "Instruction privilege error"},205 case EXCCODE_IPE: in loongarch_cpu_do_interrupt()
106 #define EXCCODE_IPE EXCODE(14, 0) macro
157 generate_exception(ctx, EXCCODE_IPE);
1324 #define EXCCODE_IPE 14 /* Inst. Privileged Error */ macro