Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dtraps.c135 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
165 si_code = FPE_FLTOVF; in do_fp_trap()
247 si_code = FPE_FLTOVF; in vector_exception()
/linux-4.4.14/arch/microblaze/kernel/
Dexceptions.c131 fsr = FPE_FLTOVF; in full_exception()
/linux-4.4.14/arch/mn10300/kernel/
Dfpu.c62 info.si_code = FPE_FLTOVF; in fpu_exception()
/linux-4.4.14/arch/arm64/kernel/
Dfpsimd.c114 si_code = FPE_FLTOVF; in do_fpsimd_exc()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h196 #define FPE_FLTOVF (__SI_FAULT|4) /* floating point overflow */ macro
/linux-4.4.14/arch/parisc/math-emu/
Ddecode_exc.c295 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/linux-4.4.14/arch/x86/kernel/fpu/
Dcore.c510 return FPE_FLTOVF; in fpu__exception_code()
/linux-4.4.14/arch/alpha/math-emu/
Dmath.c316 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/linux-4.4.14/arch/sparc/kernel/
Dtraps_32.c312 info.si_code = FPE_FLTOVF;
Dtraps_64.c2192 info.si_code = FPE_FLTOVF; in do_fpe_common()
/linux-4.4.14/arch/arm/vfp/
Dvfpmodule.c290 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
/linux-4.4.14/arch/ia64/kernel/
Dtraps.c376 siginfo.si_code = FPE_FLTOVF; in handle_fpu_swa()
/linux-4.4.14/arch/alpha/kernel/
Dtraps.c300 code = FPE_FLTOVF; in do_entIF()
Dosf_sys.c882 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c839 ret = FPE_FLTOVF; in __parse_fpscr()
1776 code = FPE_FLTOVF; in SPEFloatingPointException()
/linux-4.4.14/arch/metag/kernel/
Dtraps.c729 info.si_code = FPE_FLTOVF; in fpe_handler()
/linux-4.4.14/arch/m68k/kernel/
Dtraps.c1079 info.si_code = FPE_FLTOVF; in trap_c()
/linux-4.4.14/arch/mips/kernel/
Dtraps.c728 si.si_code = FPE_FLTOVF; in process_fpemu_return()