Searched refs:SIGFPE (Results 26 - 50 of 58) sorted by relevance

123

/arch/sparc/include/asm/
H A Dsignal.h33 #define SIGFPE 8 macro
/arch/sparc/kernel/
H A Dtraps_32.c286 /* nope, better SIGFPE the offending process... */
307 info.si_signo = SIGFPE;
324 send_sig_info(SIGFPE, &info, fpt);
412 info.si_signo = SIGFPE;
417 send_sig_info(SIGFPE, &info, current);
H A Dtraps_64.c2027 info.si_signo = SIGFPE;
2044 force_sig_info(SIGFPE, &info, current);
2051 0, 0x24, SIGFPE) == NOTIFY_STOP)
2065 0, 0x25, SIGFPE) == NOTIFY_STOP)
2106 0, 0x28, SIGFPE) == NOTIFY_STOP)
2115 info.si_signo = SIGFPE;
2120 force_sig_info(SIGFPE, &info, current);
/arch/x86/kernel/
H A Dtraps.c206 DO_ERROR_INFO(X86_TRAP_DE, SIGFPE, "divide error", divide_error, FPE_INTDIV,
212 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",
470 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, SIGFPE) == NOTIFY_STOP)
490 info.si_signo = SIGFPE;
543 force_sig_info(SIGFPE, &info, task);
/arch/m68k/kernel/
H A Dtraps.c1106 sig = SIGFPE;
1110 sig = SIGFPE;
1114 sig = SIGFPE;
1118 sig = SIGFPE;
1122 sig = SIGFPE;
1126 sig = SIGFPE;
1131 sig = SIGFPE;
/arch/parisc/kernel/
H A Dtraps.c630 si.si_signo = SIGFPE;
633 force_sig_info(SIGFPE, &si, current);
641 si.si_signo = SIGFPE;
646 force_sig_info(SIGFPE, &si, current);
/arch/sh/math-emu/
H A Dmath.c563 info.si_signo = SIGFPE;
567 force_sig_info(SIGFPE, &info, tsk);
588 info.si_signo = SIGFPE;
592 force_sig_info(SIGFPE, &info, tsk);
/arch/x86/include/asm/
H A Dsignal.h51 #define SIGFPE 8 macro
/arch/mips/kernel/
H A Dkgdb.c44 { 12, SIGFPE }, /* overflow */
47 { 15, SIGFPE }, /* floating point exception */
H A Dtraps.c664 info.si_signo = SIGFPE;
667 force_sig_info(SIGFPE, &info, current);
701 if (notify_die(DIE_FP, "FP exception", regs, 0, regs_to_trapnr(regs), SIGFPE)
752 info.si_signo = SIGFPE;
755 force_sig_info(SIGFPE, &info, current);
787 info.si_signo = SIGFPE;
790 force_sig_info(SIGFPE, &info, current);
H A Dasm-offsets.c268 DEFINE(_SIGFPE, SIGFPE);
H A Dsignal.c156 * send SIGFPE.
161 sig = SIGFPE;
/arch/powerpc/kernel/
H A Dtraps.c790 _exception(SIGFPE, regs, code, regs->nip);
1041 _exception(SIGFPE, regs, code, regs->nip);
1181 die("Kernel Mode Software FPU Emulation", regs, SIGFPE);
1196 _exception(SIGFPE, regs, code, regs->nip);
1465 _exception(SIGFPE, regs, code, regs->nip);
1497 _exception(SIGFPE, regs, 0, regs->nip);
/arch/arm/vfp/
H A Dvfpmodule.c217 * Raise a SIGFPE for the current process.
226 info.si_signo = SIGFPE;
237 send_sig_info(SIGFPE, &info, current);
/arch/frv/kernel/
H A Dtraps.c343 info.si_signo = SIGFPE;
443 info.si_signo = SIGFPE;
/arch/tile/kernel/
H A Dtraps.c173 case SIGFPE:
H A Dsignal.c461 case SIGFPE:
/arch/um/os-Linux/
H A Dprocess.c239 set_handler(SIGFPE);
/arch/score/kernel/
H A Dasm-offsets.c191 DEFINE(_SIGFPE, SIGFPE);
/arch/mips/math-emu/
H A Dcp1emu.c440 return SIGFPE;
734 /*printk ("SIGFPE: fpu csr = %08x\n",
736 return SIGFPE;
1263 * If an exception is required, generate a tidy SIGFPE exception,
1270 /*printk ("SIGFPE: fpu csr = %08x\n",ctx->fcr31); */
1271 return SIGFPE;
/arch/mn10300/kernel/
H A Dgdb-stub.c940 { EXCEP_FPU_DISABLED, SIGFPE },
941 { EXCEP_FPU_UNIMPINS, SIGFPE },
942 { EXCEP_FPU_OPERATION, SIGFPE },
H A Dtraps.c86 [EXCEP_FPU_OPERATION >> 3] = { SIGFPE, FPE_INTDIV },
/arch/sh/kernel/cpu/sh4/
H A Dfpu.c428 force_sig(SIGFPE, tsk);
/arch/x86/math-emu/
H A Derrors.c370 math_abort(FPU_info, SIGFPE);
/arch/alpha/kernel/
H A Dosf_sys.c728 info.si_signo = SIGFPE;
732 send_sig_info(SIGFPE, &info, current);

Completed in 528 milliseconds

123