/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | traps.c | 101 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 D | traps.c | 105 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 D | exceptions.c | 126 fsr = FPE_FLTOVF; in full_exception()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | fpu.c | 191 *signo = FPE_FLTOVF; in fill_sigfpe_signo()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | exceptions.c | 124 fsr = FPE_FLTOVF; in full_exception()
|
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
H A D | fpu.c | 117 code = FPE_FLTOVF; in fpu_fpe()
|
/kernel/linux/linux-6.6/arch/csky/abiv2/ |
H A D | fpu.c | 117 code = FPE_FLTOVF; in fpu_fpe()
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | siginfo.h | 204 #define FPE_FLTOVF 4 /* floating point overflow */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 160 #define FPE_FLTOVF 4 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 158 #define FPE_FLTOVF 4 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 158 #define FPE_FLTOVF 4 macro
|
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | decode_exc.c | 282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
|
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/ |
H A D | core.c | 477 return FPE_FLTOVF; in fpu__exception_code()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | decode_exc.c | 282 return SIGNALCODE(SIGFPE, FPE_FLTOVF); in decode_fpu()
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | siginfo.h | 215 #define FPE_FLTOVF 4 /* floating point overflow */ macro
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | math.c | 319 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | traps_32.c | 284 code = FPE_FLTOVF;
|
/kernel/linux/linux-6.6/arch/alpha/math-emu/ |
H A D | math.c | 321 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | traps_32.c | 284 code = FPE_FLTOVF;
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | traps.c | 368 si_code = FPE_FLTOVF; in handle_fpu_swa()
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfpmodule.c | 277 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | traps.c | 368 si_code = FPE_FLTOVF; in handle_fpu_swa()
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | traps.c | 189 code = FPE_FLTOVF; in do_fpe_trap()
|
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/ |
H A D | core.c | 890 return FPE_FLTOVF; in fpu__exception_code()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | fpsimd.c | 983 si_code = FPE_FLTOVF; in do_fpsimd_exc()
|