Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtraps.c103 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
133 si_code = FPE_FLTUND; in do_fp_trap()
211 si_code = FPE_FLTUND; in vector_exception()
/kernel/linux/linux-6.6/arch/s390/kernel/
H 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()
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dmath.c316 if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in alpha_fp_emul()
318 if (_fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND; in alpha_fp_emul()
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H 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()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dexceptions.c128 fsr = FPE_FLTUND; in full_exception()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dfpu.c194 *signo = FPE_FLTUND; in fill_sigfpe_signo()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dexceptions.c126 fsr = FPE_FLTUND; in full_exception()
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dfpu.c115 code = FPE_FLTUND; in fpu_fpe()
/kernel/linux/linux-6.6/arch/csky/abiv2/
H A Dfpu.c115 code = FPE_FLTUND; in fpu_fpe()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h205 #define FPE_FLTUND 5 /* floating point underflow */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h161 #define FPE_FLTUND 5 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h159 #define FPE_FLTUND 5 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h159 #define FPE_FLTUND 5 macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtraps.c350 si_code = FPE_FLTUND; in handle_fpu_swa()
370 si_code = FPE_FLTUND; in handle_fpu_swa()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtraps.c350 si_code = FPE_FLTUND; in handle_fpu_swa()
370 si_code = FPE_FLTUND; in handle_fpu_swa()
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Ddecode_exc.c204 return SIGNALCODE(SIGFPE, FPE_FLTUND); in decode_fpu()
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dcore.c479 return FPE_FLTUND; in fpu__exception_code()
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Ddecode_exc.c204 return SIGNALCODE(SIGFPE, FPE_FLTUND); in decode_fpu()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h216 #define FPE_FLTUND 5 /* floating point underflow */ macro
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtraps_32.c286 code = FPE_FLTUND;
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtraps_32.c286 code = FPE_FLTUND;
/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfpmodule.c276 RAISE(FPSCR_UFC, FPSCR_UFE, FPE_FLTUND); in vfp_raise_exceptions()
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Dtraps.c191 code = FPE_FLTUND; in do_fpe_trap()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dcore.c892 return FPE_FLTUND; in fpu__exception_code()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H 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()

Completed in 17 milliseconds

12