Home
last modified time | relevance | path

Searched refs:EXCP_ILLEGAL (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dinterrupt.c40 if (exception == EXCP_ILLEGAL) { in openrisc_cpu_do_interrupt()
77 [EXCP_ILLEGAL] = "ILLEGAL", in openrisc_cpu_do_interrupt()
H A Dsys_helper.c60 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
233 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
H A Dcpu.h148 EXCP_ILLEGAL = 0x7, enumerator
H A Dtranslate.c149 gen_exception(dc, EXCP_ILLEGAL); in check_v1_3()
/openbmc/qemu/linux-user/openrisc/
H A Dcpu_loop.c58 case EXCP_ILLEGAL: in cpu_loop()
/openbmc/qemu/linux-user/m68k/
H A Dcpu_loop.c39 case EXCP_ILLEGAL: in cpu_loop()
/openbmc/qemu/target/m68k/
H A Dcpu.h41 #define EXCP_ILLEGAL 4 /* Illegal instruction. */ macro
H A Dtranslate.c1489 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
1549 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2648 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL);
2701 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
2750 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4254 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4281 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4287 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in DISAS_INSN()
4338 gen_exception(s, s->base.pc_next, EXCP_ILLEGAL); in m68k_copy_line()
4380 gen_exception(s, addr, EXCP_ILLEGAL); in DISAS_INSN()
[all...]
H A Dop_helper.c89 case EXCP_ILLEGAL: in m68k_exception_name()
402 case EXCP_ILLEGAL: in m68k_interrupt_all()
H A Dhelper.c293 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()
396 raise_exception_ra(env, EXCP_ILLEGAL, 0); in HELPER()