Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dtraps.c105 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
135 si_code = FPE_FLTOVF; in do_fp_trap()
212 si_code = FPE_FLTOVF; in vector_exception()
/openbmc/linux/arch/microblaze/kernel/
H A Dexceptions.c124 fsr = FPE_FLTOVF; in full_exception()
/openbmc/linux/arch/csky/abiv2/
H A Dfpu.c117 code = FPE_FLTOVF; in fpu_fpe()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h215 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/openbmc/linux/arch/parisc/math-emu/
H A Ddecode_exc.c282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c321 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c284 code = FPE_FLTOVF;
H A Dtraps_64.c2333 code = FPE_FLTOVF; in do_fpe_common()
/openbmc/linux/arch/openrisc/kernel/
H A Dtraps.c190 code = FPE_FLTOVF; in do_fpe_trap()
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c368 si_code = FPE_FLTOVF; in handle_fpu_swa()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dcore.c890 return FPE_FLTOVF; in fpu__exception_code()
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c277 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c304 code = FPE_FLTOVF; in do_entIF()
H A Dosf_sys.c876 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1178 ret = FPE_FLTOVF; in __parse_fpscr()
2164 code = FPE_FLTOVF; in DEFINE_INTERRUPT_HANDLER()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c437 si_code = FPE_FLTOVF; in force_fcsr_sig()
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c1080 si_code = FPE_FLTOVF; in trap_c()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c1567 si_code = FPE_FLTOVF; in do_fpsimd_exc()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c781 si_code = FPE_FLTOVF; in force_fcr31_sig()