Home
last modified time | relevance | path

Searched refs:TARGET_SIGILL (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c150 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 Dtarget_signal.h7 #define TARGET_SIGILL 4 macro
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c319 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 Dtarget_signal.h7 #define TARGET_SIGILL 4 macro
/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c145 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 Dcpu_loop.c115 sig = TARGET_SIGILL; in cpu_loop()
131 sig = TARGET_SIGILL; in cpu_loop()
/openbmc/qemu/linux-user/m68k/
H A Dcpu_loop.c42 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 Dtarget_os_signal.h10 #define TARGET_SIGILL 4 /* illegal instruction (not reset when caught) */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h10 #define TARGET_SIGILL 4 /* illegal instruction (not reset when caught) */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h23 #define TARGET_SIGILL 4 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h7 #define TARGET_SIGILL 4 /* Illegal instruction (ANSI). */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h7 #define TARGET_SIGILL 4 /* Illegal instruction (ANSI). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h14 #define TARGET_SIGILL 4 /* illegal instruction (not reset when caught) */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h7 #define TARGET_SIGILL 4 macro
H A Dcpu_loop.c57 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPC, env->pc); 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/linux-user/xtensa/
H A Dcpu_loop.c165 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 Dcpu_loop.c51 force_sig_fault(TARGET_SIGILL, 0, env->pc); in cpu_loop()
/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/linux-user/arm/
H A Dcpu_loop.c359 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 Dtarget_arch_cpu.h107 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->pc); in target_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/aarch64/
H A Dcpu_loop.c114 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLOPN, env->pc); in cpu_loop()
/openbmc/qemu/bsd-user/
H A Dsignal.c151 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 Dstrace.c275 case TARGET_SIGILL: in print_signal()

12