Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kernel/
A 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-6.3-rc2/arch/alpha/math-emu/
A 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-6.3-rc2/arch/microblaze/kernel/
A Dexceptions.c126 fsr = FPE_FLTUND; in full_exception()
/linux-6.3-rc2/arch/ia64/kernel/
A Dtraps.c350 si_code = FPE_FLTUND; in handle_fpu_swa()
370 si_code = FPE_FLTUND; in handle_fpu_swa()
/linux-6.3-rc2/arch/csky/abiv2/
A Dfpu.c115 code = FPE_FLTUND; in fpu_fpe()
/linux-6.3-rc2/include/uapi/asm-generic/
A Dsiginfo.h216 #define FPE_FLTUND 5 /* floating point underflow */ macro
/linux-6.3-rc2/arch/parisc/math-emu/
A Ddecode_exc.c204 return SIGNALCODE(SIGFPE, FPE_FLTUND); in decode_fpu()
/linux-6.3-rc2/arch/sparc/kernel/
A Dtraps_32.c286 code = FPE_FLTUND;
A Dtraps_64.c2335 code = FPE_FLTUND; in do_fpe_common()
/linux-6.3-rc2/arch/alpha/kernel/
A 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()
A Dtraps.c312 code = FPE_FLTUND; in do_entIF()
/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dcore.c839 return FPE_FLTUND; in fpu__exception_code()
/linux-6.3-rc2/arch/arm/vfp/
A Dvfpmodule.c276 RAISE(FPSCR_UFC, FPSCR_UFE, FPE_FLTUND); in vfp_raise_exceptions()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dtraps.c289 si_code = FPE_FLTUND; in force_fcsr_sig()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dtraps.c1181 ret = FPE_FLTUND; in __parse_fpscr()
2136 code = FPE_FLTUND; in DEFINE_INTERRUPT_HANDLER()
/linux-6.3-rc2/arch/m68k/kernel/
A Dtraps.c1076 si_code = FPE_FLTUND; in trap_c()
/linux-6.3-rc2/arch/arm64/kernel/
A Dfpsimd.c1547 si_code = FPE_FLTUND; in do_fpsimd_exc()
/linux-6.3-rc2/arch/mips/kernel/
A Dtraps.c783 si_code = FPE_FLTUND; in force_fcr31_sig()

Completed in 36 milliseconds