Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c50 case EXCCODE_INE: in cpu_loop()
/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c56 case EXCCODE_INE: in scan_handlers()
H A Dtraps.c253 case EXCCODE_INE: return "INE"; in humanize_exc_name()
1163 set_handler(EXCCODE_INE * VECSIZE, handle_ri, VECSIZE); in trap_init()
/openbmc/qemu/target/loongarch/tcg/
H A Dtranslate.c293 generate_exception(ctx, EXCCODE_INE); in loongarch_tr_translate_insn()
/openbmc/qemu/target/loongarch/
H A Dcpu.c66 {EXCCODE_INE, "Instruction Non-Existent"},
204 case EXCCODE_INE: in loongarch_cpu_do_interrupt()
H A Dcpu.h105 #define EXCCODE_INE EXCODE(13, 0) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1383 #define EXCCODE_INE 13 /* Inst. Not Exist */ macro
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3573 generate_exception(ctx, EXCCODE_INE);