Home
last modified time | relevance | path

Searched refs:FPE_FLTUNK (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/arch/ia64/kernel/
Dtraps.c344 si_code = FPE_FLTUNK; /* default code */ in handle_fpu_swa()
366 si_code = FPE_FLTUNK; /* default code */ in handle_fpu_swa()
/Linux-v5.10/arch/csky/abiv2/
Dfpu.c100 code = FPE_FLTUNK; in fpu_fpe()
/Linux-v5.10/include/uapi/asm-generic/
Dsiginfo.h214 #define FPE_FLTUNK 14 /* undiagnosed floating-point exception */ macro
/Linux-v5.10/arch/sparc/kernel/
Dtraps_32.c281 code = FPE_FLTUNK;
Dtraps_64.c2331 code = FPE_FLTUNK; in do_fpe_common()
/Linux-v5.10/arch/powerpc/kernel/
Dtraps.c1162 int ret = FPE_FLTUNK; in __parse_fpscr()
2113 int code = FPE_FLTUNK; in SPEFloatingPointException()
2190 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in SPEFloatingPointRoundException()
/Linux-v5.10/arch/arm64/kernel/
Dfpsimd.c975 unsigned int si_code = FPE_FLTUNK; in do_fpsimd_exc()
/Linux-v5.10/arch/alpha/kernel/
Dtraps.c312 code = FPE_FLTUNK; in do_entIF()
Dosf_sys.c870 int si_code = FPE_FLTUNK; in SYSCALL_DEFINE5()
/Linux-v5.10/arch/mips/kernel/
Dtraps.c765 int si_code = FPE_FLTUNK; in force_fcr31_sig()