/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 136 sig = TARGET_SIGFPE; in cpu_loop() 140 sig = TARGET_SIGFPE; in cpu_loop() 150 sig = TARGET_SIGFPE; in cpu_loop()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 48 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTOVF, pc); in do_tr_or_bp() 51 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, pc); in do_tr_or_bp() 181 force_sig_fault(TARGET_SIGFPE, si_code, env->active_tc.PC); in cpu_loop() 184 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTOVF, env->active_tc.PC); in cpu_loop()
|
H A D | target_signal.h | 13 #define TARGET_SIGFPE 8 /* Floating-point exception (ANSI). */ macro
|
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 166 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTOVF, env->iaoq_f); in cpu_loop() 169 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_CONDTRAP, env->iaoq_f); in cpu_loop() 172 force_sig_fault(TARGET_SIGFPE, 0, env->iaoq_f); in cpu_loop()
|
H A D | target_signal.h | 12 #define TARGET_SIGFPE 8 macro
|
/openbmc/qemu/linux-user/alpha/ |
H A D | cpu_loop.c | 60 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_FLTINV, env->pc); in cpu_loop() 138 force_sig_fault(TARGET_SIGFPE, si_code, env->pc); in cpu_loop()
|
H A D | target_signal.h | 11 #define TARGET_SIGFPE 8 macro
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 46 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTOVF, env->mmu.ar); in cpu_loop() 49 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->mmu.ar); in cpu_loop()
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | cpu_loop.c | 79 sig = TARGET_SIGFPE; in cpu_loop() 88 sig = TARGET_SIGFPE; in cpu_loop()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_signal.h | 15 #define TARGET_SIGFPE 8 /* floating point exception */ macro
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_signal.h | 15 #define TARGET_SIGFPE 8 /* floating point exception */ macro
|
/openbmc/qemu/linux-user/generic/ |
H A D | signal.h | 28 #define TARGET_SIGFPE 8 macro
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_signal.h | 12 #define TARGET_SIGFPE 8 macro
|
H A D | cpu_loop.c | 254 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->pc); in cpu_loop() 311 force_sig_fault(TARGET_SIGFPE, code, env->pc); in cpu_loop()
|
/openbmc/qemu/linux-user/mips64/ |
H A D | target_signal.h | 13 #define TARGET_SIGFPE 8 /* Floating-point exception (ANSI). */ macro
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_signal.h | 19 #define TARGET_SIGFPE 8 /* floating point exception */ macro
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | cpu_loop.c | 66 force_sig_fault(TARGET_SIGFPE, si_code, env->pc); in cpu_loop()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 110 si_signo = TARGET_SIGFPE; in cpu_loop()
|
/openbmc/qemu/bsd-user/ |
H A D | strace.c | 281 case TARGET_SIGFPE: in print_signal()
|
H A D | signal.c | 152 tsig == TARGET_SIGFPE || in has_trapno() 349 case TARGET_SIGFPE: in core_dump_signal()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | cpu_loop.c | 219 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, in cpu_loop()
|
/openbmc/qemu/gdbstub/ |
H A D | user-target.c | 35 TARGET_SIGFPE,
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 313 force_sig(TARGET_SIGFPE); in emulate_arm_fpa11()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 285 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->eip); in cpu_loop()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 505 case TARGET_SIGFPE: in core_dump_signal()
|