Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c98 do_raise_exception(env, EXCCODE_IPE, GETPC()); in helper_rdtime_d()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c254 case EXCCODE_IPE: return "IPE"; in humanize_exc_name()
1164 set_handler(EXCCODE_IPE * VECSIZE, handle_ri, VECSIZE); in trap_init()
/openbmc/qemu/target/loongarch/
H A Dcpu.c67 {EXCCODE_IPE, "Instruction privilege error"},
205 case EXCCODE_IPE: in loongarch_cpu_do_interrupt()
H A Dcpu.h106 #define EXCCODE_IPE EXCODE(14, 0) macro
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_privileged.c.inc157 generate_exception(ctx, EXCCODE_IPE);
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1324 #define EXCCODE_IPE 14 /* Inst. Privileged Error */ macro