Searched refs:SIGFPE (Results 1 - 25 of 58) sorted by relevance

123

/arch/sh/kernel/cpu/sh5/
H A Dfpu.c113 force_sig(SIGFPE, tsk);
/arch/parisc/math-emu/
H A Ddecode_exc.c217 return SIGNALCODE(SIGFPE, FPE_FLTUND);
273 return SIGNALCODE(SIGFPE, FPE_FLTRES);
295 return SIGNALCODE(SIGFPE, FPE_FLTOVF);
327 return SIGNALCODE(SIGFPE, FPE_FLTRES);
342 return SIGNALCODE(SIGFPE, FPE_FLTINV);
346 return SIGNALCODE(SIGFPE, FPE_FLTDIV);
349 return SIGNALCODE(SIGFPE, FPE_FLTRES);
/arch/unicore32/kernel/
H A Dfpu-ucf64.c52 * Raise a SIGFPE for the current process.
61 info.si_signo = SIGFPE;
72 send_sig_info(SIGFPE, &info, current);
/arch/ia64/kernel/
H A Dtraps.c7 * 05/12/00 grao <goutham.rao@intel.com> : added isr in siginfo for SIGFPE
102 /* SIGILL, SIGFPE, SIGSEGV, and SIGBUS want these field initialized: */
119 sig = SIGFPE; code = FPE_INTDIV;
123 sig = SIGFPE; code = FPE_INTOVF;
127 sig = SIGFPE; code = FPE_FLTSUB;
139 sig = SIGFPE; code = __FPE_DECOVF;
143 sig = SIGFPE; code = __FPE_DECDIV;
147 sig = SIGFPE; code = __FPE_DECERR;
151 sig = SIGFPE; code = __FPE_INVASC;
155 sig = SIGFPE; cod
[all...]
/arch/alpha/kernel/
H A Dtraps.c232 info.si_signo = SIGFPE;
236 send_sig_info(SIGFPE, &info, current);
286 signo = SIGFPE;
290 signo = SIGFPE;
294 signo = SIGFPE;
298 signo = SIGFPE;
302 signo = SIGFPE;
306 signo = SIGFPE;
310 signo = SIGFPE;
314 signo = SIGFPE;
[all...]
/arch/s390/kernel/
H A Dtraps.c363 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
365 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
367 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
369 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
371 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
373 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
375 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
403 do_trap(regs, SIGFPE, si_code, "floating point exception");
463 if (signal == SIGFPE)
515 if (signal == SIGFPE)
[all...]
/arch/mn10300/kernel/
H A Dfpu.c50 info.si_signo = SIGFPE;
68 force_sig_info(SIGFPE, &info, tsk);
/arch/ia64/include/asm/
H A Dsignal.h20 #define SIGFPE 8 macro
/arch/mips/include/asm/
H A Dsignal.h32 #define SIGFPE 8 /* Floating-point exception (ANSI). */ macro
/arch/parisc/include/asm/
H A Dsignal.h12 #define SIGFPE 8 macro
/arch/powerpc/include/asm/
H A Dsignal.h28 #define SIGFPE 8 macro
/arch/score/kernel/
H A Dtraps.c206 force_sig(SIGFPE, current);
212 force_sig(SIGFPE, current);
218 force_sig(SIGFPE, current);
234 info.si_signo = SIGFPE;
237 force_sig_info(SIGFPE, &info, current);
/arch/microblaze/kernel/
H A Dexceptions.c122 _exception(SIGFPE, regs, FPE_INTDIV, addr);
143 _exception(SIGFPE, regs, fsr, addr);
/arch/um/os-Linux/
H A Dsignal.c19 [SIGFPE] = relay_signal,
126 [SIGFPE] = sig_handler,
/arch/alpha/include/asm/
H A Dsignal.h43 #define SIGFPE 8 macro
/arch/arm/include/asm/
H A Dsignal.h39 #define SIGFPE 8 macro
/arch/arm/nwfpe/
H A Dfpmodule.c134 a SIGFPE exception if necessary. If not the relevant bits in the
178 fp_send_sig(SIGFPE, current, 1);
/arch/avr32/include/asm/
H A Dsignal.h46 #define SIGFPE 8 macro
/arch/cris/include/asm/
H A Dsignal.h39 #define SIGFPE 8 macro
/arch/h8300/include/asm/
H A Dsignal.h39 #define SIGFPE 8 macro
/arch/m32r/include/asm/
H A Dsignal.h41 #define SIGFPE 8 macro
/arch/mn10300/include/asm/
H A Dsignal.h49 #define SIGFPE 8 macro
/arch/s390/include/asm/
H A Dsignal.h49 #define SIGFPE 8 macro
/arch/xtensa/include/asm/
H A Dsignal.h42 #define SIGFPE 8 macro
/arch/m68k/include/asm/
H A Dsignal.h39 #define SIGFPE 8 macro

Completed in 677 milliseconds

123