Searched refs:TARGET_ILL_ILLOPN (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_siginfo.h | 128 #define TARGET_ILL_ILLOPN (2) /* Illegal operand. */ macro
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 132 n = TARGET_ILL_ILLOPN; in cpu_loop()
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 42 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->pc); in cpu_loop()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_cpu.h | 107 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->pc); in target_cpu_loop()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | cpu_loop.c | 114 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->pc); in cpu_loop()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 151 si_code = TARGET_ILL_ILLOPN; in cpu_loop()
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 359 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, in cpu_loop()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 304 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->eip); in cpu_loop()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 647 #define TARGET_ILL_ILLOPN (2) /* illegal operand */ macro
|