Lines Matching refs:SIGFPE
8 * 05/12/00 grao <goutham.rao@intel.com> : added isr in siginfo for SIGFPE
116 sig = SIGFPE; code = FPE_INTDIV;
120 sig = SIGFPE; code = FPE_INTOVF;
124 sig = SIGFPE; code = FPE_FLTSUB;
136 sig = SIGFPE; code = __FPE_DECOVF;
140 sig = SIGFPE; code = __FPE_DECDIV;
144 sig = SIGFPE; code = __FPE_DECERR;
148 sig = SIGFPE; code = __FPE_INVASC;
152 sig = SIGFPE; code = __FPE_INVDEC;
354 force_sig_fault(SIGFPE, si_code,
374 force_sig_fault(SIGFPE, si_code,
552 force_sig_fault(SIGFPE, FPE_FLTINV, (void __user *) iip,