Home
last modified time | relevance | path

Searched refs:FPE_FLTOVF (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/arch/s390/kernel/
Dtraps.c109 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
139 si_code = FPE_FLTOVF; in do_fp_trap()
216 si_code = FPE_FLTOVF; in vector_exception()
/Linux-v4.19/arch/microblaze/kernel/
Dexceptions.c126 fsr = FPE_FLTOVF; in full_exception()
/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h203 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/Linux-v4.19/arch/parisc/math-emu/
Ddecode_exc.c295 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/Linux-v4.19/arch/x86/kernel/fpu/
Dcore.c457 return FPE_FLTOVF; in fpu__exception_code()
/Linux-v4.19/arch/alpha/math-emu/
Dmath.c318 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/Linux-v4.19/arch/sparc/kernel/
Dtraps_32.c286 code = FPE_FLTOVF;
Dtraps_64.c2338 code = FPE_FLTOVF; in do_fpe_common()
/Linux-v4.19/arch/arm/vfp/
Dvfpmodule.c285 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
/Linux-v4.19/arch/ia64/kernel/
Dtraps.c386 siginfo.si_code = FPE_FLTOVF; in handle_fpu_swa()
/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c854 si_code = FPE_FLTOVF; in do_fpsimd_exc()
/Linux-v4.19/arch/alpha/kernel/
Dtraps.c292 code = FPE_FLTOVF; in do_entIF()
Dosf_sys.c876 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
/Linux-v4.19/arch/powerpc/kernel/
Dtraps.c1073 ret = FPE_FLTOVF; in __parse_fpscr()
2015 code = FPE_FLTOVF; in SPEFloatingPointException()
/Linux-v4.19/arch/m68k/kernel/
Dtraps.c1085 si_code = FPE_FLTOVF; in trap_c()
/Linux-v4.19/arch/mips/kernel/
Dtraps.c725 si_code = FPE_FLTOVF; in force_fcr31_sig()