Searched refs:FPE_FLTDIV (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dtraps.c113 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
135 si_code = FPE_FLTDIV;
211 si_code = FPE_FLTDIV;
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c128 fsr = FPE_FLTDIV;
/linux-master/arch/csky/abiv2/
H A Dfpu.c113 code = FPE_FLTDIV;
/linux-master/arch/parisc/math-emu/
H A Ddecode_exc.c333 return SIGNALCODE(SIGFPE, FPE_FLTDIV);
/linux-master/include/uapi/asm-generic/
H A Dsiginfo.h209 #define FPE_FLTDIV 3 /* floating point divide by zero */ macro
/linux-master/arch/alpha/math-emu/
H A Dmath.c322 if (_fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV;
/linux-master/arch/openrisc/kernel/
H A Dtraps.c193 code = FPE_FLTDIV;
/linux-master/arch/sparc/kernel/
H A Dtraps_32.c289 code = FPE_FLTDIV;
H A Dtraps_64.c2338 code = FPE_FLTDIV;
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c888 return FPE_FLTDIV;
/linux-master/arch/alpha/kernel/
H A Dtraps.c309 code = FPE_FLTDIV;
H A Dosf_sys.c877 if (fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV;
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c274 RAISE(FPSCR_DZC, FPSCR_DZE, FPE_FLTDIV);
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1186 ret = FPE_FLTDIV;
2170 code = FPE_FLTDIV;
/linux-master/arch/m68k/kernel/
H A Dtraps.c1071 si_code = FPE_FLTDIV;
/linux-master/arch/loongarch/kernel/
H A Dtraps.c461 si_code = FPE_FLTDIV;
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c1496 si_code = FPE_FLTDIV;
/linux-master/arch/mips/kernel/
H A Dtraps.c780 si_code = FPE_FLTDIV;

Completed in 282 milliseconds