Searched refs:TARGET_ILL_ILLOPC (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 152 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 D | cpu_loop.c | 59 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_siginfo.h | 127 #define TARGET_ILL_ILLOPC (1) /* Illegal opcode. */ macro
|
/openbmc/qemu/linux-user/riscv/ |
H A D | cpu_loop.c | 76 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_cpu.h | 109 code = TARGET_ILL_ILLOPC; in target_cpu_loop()
|
/openbmc/qemu/linux-user/alpha/ |
H A D | cpu_loop.c | 57 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 116 n = TARGET_ILL_ILLOPC; in cpu_loop()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.h | 64 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->regs[15]); in target_cpu_loop()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 148 si_code = TARGET_ILL_ILLOPC; in cpu_loop()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | cpu_loop.c | 165 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, in cpu_loop()
|
/openbmc/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 319 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); in cpu_loop()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 646 #define TARGET_ILL_ILLOPC (1) /* illegal opcode */ macro
|