Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dtraps.c108 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
138 si_code = FPE_FLTUND; in do_fp_trap()
216 si_code = FPE_FLTUND; in vector_exception()
/linux/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/arch/microblaze/kernel/
A Dexceptions.c126 fsr = FPE_FLTUND; in full_exception()
/linux/arch/ia64/kernel/
A Dtraps.c350 si_code = FPE_FLTUND; in handle_fpu_swa()
370 si_code = FPE_FLTUND; in handle_fpu_swa()
/linux/arch/nds32/kernel/
A Dfpu.c194 *signo = FPE_FLTUND; in fill_sigfpe_signo()
/linux/arch/csky/abiv2/
A Dfpu.c115 code = FPE_FLTUND; in fpu_fpe()
/linux/arch/parisc/math-emu/
A Ddecode_exc.c204 return SIGNALCODE(SIGFPE, FPE_FLTUND); in decode_fpu()
/linux/include/uapi/asm-generic/
A Dsiginfo.h214 #define FPE_FLTUND 5 /* floating point underflow */ macro
/linux/arch/sparc/kernel/
A Dtraps_32.c288 code = FPE_FLTUND;
A Dtraps_64.c2335 code = FPE_FLTUND; in do_fpe_common()
/linux/arch/x86/kernel/fpu/
A Dcore.c744 return FPE_FLTUND; in fpu__exception_code()
/linux/arch/alpha/kernel/
A Dosf_sys.c872 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
874 if (fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
A Dtraps.c298 code = FPE_FLTUND; in do_entIF()
/linux/arch/arm/vfp/
A Dvfpmodule.c276 RAISE(FPSCR_UFC, FPSCR_UFE, FPE_FLTUND); in vfp_raise_exceptions()
/linux/arch/powerpc/kernel/
A Dtraps.c1165 ret = FPE_FLTUND; in __parse_fpscr()
2121 code = FPE_FLTUND; in DEFINE_INTERRUPT_HANDLER()
/linux/arch/arm64/kernel/
A Dfpsimd.c1054 si_code = FPE_FLTUND; in do_fpsimd_exc()
/linux/arch/m68k/kernel/
A Dtraps.c1073 si_code = FPE_FLTUND; in trap_c()
/linux/arch/mips/kernel/
A Dtraps.c783 si_code = FPE_FLTUND; in force_fcr31_sig()

Completed in 42 milliseconds