/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 150 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->iaoq_f); in cpu_loop() 155 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->iaoq_f); in cpu_loop() 157 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->iaoq_f); in cpu_loop() 161 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVREG, env->iaoq_f); in cpu_loop()
|
H A D | target_signal.h | 7 #define TARGET_SIGILL 4 macro
|
/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() 322 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->pc); in cpu_loop() 330 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->pc); in cpu_loop() 334 force_sig_fault(TARGET_SIGILL, TARGET_ILL_COPROC, env->pc); in cpu_loop() 349 force_sig_fault(TARGET_SIGILL, ILL_ILLTRP, env->pc); in cpu_loop()
|
H A D | target_signal.h | 7 #define TARGET_SIGILL 4 macro
|
/openbmc/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 145 si_signo = TARGET_SIGILL; in cpu_loop() 167 si_signo = TARGET_SIGILL; in cpu_loop() 198 force_sig_fault(TARGET_SIGILL, TARGET_ILL_COPROC, env->nip); in cpu_loop()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 115 sig = TARGET_SIGILL; in cpu_loop() 131 sig = TARGET_SIGILL; 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() 78 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLTRP, env->pc); in cpu_loop()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_signal.h | 10 #define TARGET_SIGILL 4 /* illegal instruction (not reset when caught) */ macro
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_signal.h | 10 #define TARGET_SIGILL 4 /* illegal instruction (not reset when caught) */ macro
|
/openbmc/qemu/linux-user/generic/ |
H A D | signal.h | 23 #define TARGET_SIGILL 4 macro
|
/openbmc/qemu/linux-user/mips64/ |
H A D | target_signal.h | 7 #define TARGET_SIGILL 4 /* Illegal instruction (ANSI). */ macro
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_signal.h | 7 #define TARGET_SIGILL 4 /* Illegal instruction (ANSI). */ macro
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_signal.h | 14 #define TARGET_SIGILL 4 /* illegal instruction (not reset when caught) */ macro
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_signal.h | 7 #define TARGET_SIGILL 4 macro
|
H A D | cpu_loop.c | 57 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); 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/linux-user/xtensa/ |
H A D | cpu_loop.c | 165 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, in cpu_loop() 169 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, in cpu_loop()
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | cpu_loop.c | 51 force_sig_fault(TARGET_SIGILL, 0, env->pc); in cpu_loop()
|
/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/linux-user/arm/ |
H A D | cpu_loop.c | 359 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, in cpu_loop() 434 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLTRP, 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/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/aarch64/ |
H A D | cpu_loop.c | 114 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->pc); in cpu_loop()
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 151 return tsig == TARGET_SIGILL || in has_trapno() 350 case TARGET_SIGILL: in core_dump_signal() 747 dump_core_and_abort(TARGET_SIGILL); in setup_frame()
|
H A D | strace.c | 275 case TARGET_SIGILL: in print_signal()
|