Home
last modified time | relevance | path

Searched refs:TARGET_ILL_ILLOPC (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c152 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->iaoq_f); in cpu_loop()
157 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->iaoq_f); in cpu_loop()
/openbmc/qemu/linux-user/openrisc/
H A Dcpu_loop.c59 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h127 #define TARGET_ILL_ILLOPC (1) /* Illegal opcode. */ macro
/openbmc/qemu/linux-user/riscv/
H A Dcpu_loop.c76 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_cpu.h109 code = TARGET_ILL_ILLOPC; in target_cpu_loop()
/openbmc/qemu/linux-user/alpha/
H A Dcpu_loop.c57 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
/openbmc/qemu/linux-user/s390x/
H A Dcpu_loop.c116 n = TARGET_ILL_ILLOPC; in cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h64 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->regs[15]); in target_cpu_loop()
/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c148 si_code = TARGET_ILL_ILLOPC; in cpu_loop()
/openbmc/qemu/linux-user/xtensa/
H A Dcpu_loop.c165 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, in cpu_loop()
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c319 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h646 #define TARGET_ILL_ILLOPC (1) /* illegal opcode */ macro