Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dtraps.c106 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
136 si_code = FPE_FLTOVF; in do_fp_trap()
213 si_code = FPE_FLTOVF; in vector_exception()
/linux/arch/microblaze/kernel/
A Dexceptions.c124 fsr = FPE_FLTOVF; in full_exception()
/linux/arch/nds32/kernel/
A Dfpu.c191 *signo = FPE_FLTOVF; in fill_sigfpe_signo()
/linux/arch/csky/abiv2/
A Dfpu.c117 code = FPE_FLTOVF; in fpu_fpe()
/linux/arch/parisc/math-emu/
A Ddecode_exc.c282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/linux/include/uapi/asm-generic/
A Dsiginfo.h213 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/linux/arch/alpha/math-emu/
A Dmath.c321 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/linux/arch/sparc/kernel/
A Dtraps_32.c286 code = FPE_FLTOVF;
A Dtraps_64.c2333 code = FPE_FLTOVF; in do_fpe_common()
/linux/arch/ia64/kernel/
A Dtraps.c368 si_code = FPE_FLTOVF; in handle_fpu_swa()
/linux/arch/x86/kernel/fpu/
A Dcore.c742 return FPE_FLTOVF; in fpu__exception_code()
/linux/arch/arm/vfp/
A Dvfpmodule.c277 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
/linux/arch/alpha/kernel/
A Dtraps.c290 code = FPE_FLTOVF; in do_entIF()
A Dosf_sys.c875 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
/linux/arch/powerpc/kernel/
A Dtraps.c1161 ret = FPE_FLTOVF; in __parse_fpscr()
2118 code = FPE_FLTOVF; in DEFINE_INTERRUPT_HANDLER()
/linux/arch/arm64/kernel/
A Dfpsimd.c1052 si_code = FPE_FLTOVF; in do_fpsimd_exc()
/linux/arch/m68k/kernel/
A Dtraps.c1077 si_code = FPE_FLTOVF; in trap_c()
/linux/arch/mips/kernel/
A Dtraps.c781 si_code = FPE_FLTOVF; in force_fcr31_sig()

Completed in 36 milliseconds