Home
last modified time | relevance | path

Searched refs:FPE_FLTOVF (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtraps.c101 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
131 si_code = FPE_FLTOVF; in do_fp_trap()
208 si_code = FPE_FLTOVF; in vector_exception()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dexceptions.c126 fsr = FPE_FLTOVF; in full_exception()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dfpu.c191 *signo = FPE_FLTOVF; in fill_sigfpe_signo()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dexceptions.c124 fsr = FPE_FLTOVF; in full_exception()
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dfpu.c117 code = FPE_FLTOVF; in fpu_fpe()
/kernel/linux/linux-6.6/arch/csky/abiv2/
H A Dfpu.c117 code = FPE_FLTOVF; in fpu_fpe()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h204 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h160 #define FPE_FLTOVF 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h158 #define FPE_FLTOVF 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h158 #define FPE_FLTOVF 4 macro
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Ddecode_exc.c282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dcore.c477 return FPE_FLTOVF; in fpu__exception_code()
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Ddecode_exc.c282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h215 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dmath.c319 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtraps_32.c284 code = FPE_FLTOVF;
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H A Dmath.c321 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtraps_32.c284 code = FPE_FLTOVF;
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtraps.c368 si_code = FPE_FLTOVF; in handle_fpu_swa()
/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfpmodule.c277 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtraps.c368 si_code = FPE_FLTOVF; in handle_fpu_swa()
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Dtraps.c189 code = FPE_FLTOVF; in do_fpe_trap()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dcore.c890 return FPE_FLTOVF; in fpu__exception_code()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dfpsimd.c983 si_code = FPE_FLTOVF; in do_fpsimd_exc()

Completed in 16 milliseconds

12