Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dtraps.c108 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
138 si_code = FPE_FLTOVF; in do_fp_trap()
215 si_code = FPE_FLTOVF; in vector_exception()
/linux/arch/microblaze/kernel/
A Dexceptions.c124 fsr = FPE_FLTOVF; in full_exception()
/linux/arch/csky/abiv2/
A Dfpu.c117 code = FPE_FLTOVF; in fpu_fpe()
/linux/include/uapi/asm-generic/
A Dsiginfo.h210 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/linux/arch/parisc/math-emu/
A Ddecode_exc.c282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/linux/arch/alpha/math-emu/
A Dmath.c316 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/linux/arch/sparc/kernel/
A Dtraps_32.c285 code = FPE_FLTOVF;
A Dtraps_64.c2334 code = FPE_FLTOVF; in do_fpe_common()
/linux/arch/openrisc/kernel/
A Dtraps.c194 code = FPE_FLTOVF; in do_fpe_trap()
/linux/arch/x86/kernel/fpu/
A Dcore.c890 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.c272 code = FPE_FLTOVF; in do_entIF()
A Dosf_sys.c876 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
/linux/arch/powerpc/kernel/
A Dtraps.c1178 ret = FPE_FLTOVF; in __parse_fpscr()
2164 code = FPE_FLTOVF; in DEFINE_INTERRUPT_HANDLER()
/linux/arch/loongarch/kernel/
A Dtraps.c463 si_code = FPE_FLTOVF; in force_fcsr_sig()
/linux/arch/m68k/kernel/
A Dtraps.c1079 si_code = FPE_FLTOVF; in trap_c()
/linux/arch/arm64/kernel/
A Dfpsimd.c1499 si_code = FPE_FLTOVF; in do_fpsimd_exc()
/linux/arch/mips/kernel/
A Dtraps.c782 si_code = FPE_FLTOVF; in force_fcr31_sig()

Completed in 47 milliseconds