Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/kernel/
Dtraps.c107 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
137 si_code = FPE_FLTUND; in do_fp_trap()
215 si_code = FPE_FLTUND; in vector_exception()
/Linux-v6.1/arch/alpha/math-emu/
Dmath.c318 if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in alpha_fp_emul()
320 if (_fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND; in alpha_fp_emul()
/Linux-v6.1/arch/microblaze/kernel/
Dexceptions.c126 fsr = FPE_FLTUND; in full_exception()
/Linux-v6.1/arch/ia64/kernel/
Dtraps.c350 si_code = FPE_FLTUND; in handle_fpu_swa()
370 si_code = FPE_FLTUND; in handle_fpu_swa()
/Linux-v6.1/arch/csky/abiv2/
Dfpu.c115 code = FPE_FLTUND; in fpu_fpe()
/Linux-v6.1/include/uapi/asm-generic/
Dsiginfo.h216 #define FPE_FLTUND 5 /* floating point underflow */ macro
/Linux-v6.1/arch/parisc/math-emu/
Ddecode_exc.c204 return SIGNALCODE(SIGFPE, FPE_FLTUND); in decode_fpu()
/Linux-v6.1/arch/sparc/kernel/
Dtraps_32.c286 code = FPE_FLTUND;
Dtraps_64.c2335 code = FPE_FLTUND; in do_fpe_common()
/Linux-v6.1/arch/alpha/kernel/
Dosf_sys.c873 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
875 if (fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
Dtraps.c298 code = FPE_FLTUND; in do_entIF()
/Linux-v6.1/arch/x86/kernel/fpu/
Dcore.c842 return FPE_FLTUND; in fpu__exception_code()
/Linux-v6.1/arch/arm/vfp/
Dvfpmodule.c276 RAISE(FPSCR_UFC, FPSCR_UFE, FPE_FLTUND); in vfp_raise_exceptions()
/Linux-v6.1/arch/loongarch/kernel/
Dtraps.c292 si_code = FPE_FLTUND; in force_fcsr_sig()
/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c1181 ret = FPE_FLTUND; in __parse_fpscr()
2136 code = FPE_FLTUND; in DEFINE_INTERRUPT_HANDLER()
/Linux-v6.1/arch/m68k/kernel/
Dtraps.c1074 si_code = FPE_FLTUND; in trap_c()
/Linux-v6.1/arch/arm64/kernel/
Dfpsimd.c1492 si_code = FPE_FLTUND; in do_fpsimd_exc()
/Linux-v6.1/arch/mips/kernel/
Dtraps.c783 si_code = FPE_FLTUND; in force_fcr31_sig()