Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kernel/
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()
/linux-6.3-rc2/arch/microblaze/kernel/
A Dexceptions.c124 fsr = FPE_FLTOVF; in full_exception()
/linux-6.3-rc2/arch/csky/abiv2/
A Dfpu.c117 code = FPE_FLTOVF; in fpu_fpe()
/linux-6.3-rc2/include/uapi/asm-generic/
A Dsiginfo.h215 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/linux-6.3-rc2/arch/parisc/math-emu/
A Ddecode_exc.c282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/linux-6.3-rc2/arch/alpha/math-emu/
A Dmath.c321 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/linux-6.3-rc2/arch/sparc/kernel/
A Dtraps_32.c284 code = FPE_FLTOVF;
A Dtraps_64.c2333 code = FPE_FLTOVF; in do_fpe_common()
/linux-6.3-rc2/arch/ia64/kernel/
A Dtraps.c368 si_code = FPE_FLTOVF; in handle_fpu_swa()
/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dcore.c837 return FPE_FLTOVF; in fpu__exception_code()
/linux-6.3-rc2/arch/arm/vfp/
A Dvfpmodule.c277 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dtraps.c287 si_code = FPE_FLTOVF; in force_fcsr_sig()
/linux-6.3-rc2/arch/alpha/kernel/
A Dtraps.c304 code = FPE_FLTOVF; in do_entIF()
A Dosf_sys.c876 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dtraps.c1177 ret = FPE_FLTOVF; in __parse_fpscr()
2133 code = FPE_FLTOVF; in DEFINE_INTERRUPT_HANDLER()
/linux-6.3-rc2/arch/m68k/kernel/
A Dtraps.c1080 si_code = FPE_FLTOVF; in trap_c()
/linux-6.3-rc2/arch/arm64/kernel/
A Dfpsimd.c1545 si_code = FPE_FLTOVF; in do_fpsimd_exc()
/linux-6.3-rc2/arch/mips/kernel/
A Dtraps.c781 si_code = FPE_FLTOVF; in force_fcr31_sig()

Completed in 35 milliseconds