Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/kernel/
Dfpu-ucf64.c61 send_sig_fault(SIGFPE, FPE_FLTUNK, in ucf64_raise_sigfpe()
/Linux-v5.4/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.4/arch/csky/abiv2/
Dfpu.c105 code = FPE_FLTUNK; in fpu_fpe()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h214 #define FPE_FLTUNK 14 /* undiagnosed floating-point exception */ macro
/Linux-v5.4/arch/sparc/kernel/
Dtraps_32.c281 code = FPE_FLTUNK;
Dtraps_64.c2331 code = FPE_FLTUNK; in do_fpe_common()
/Linux-v5.4/arch/powerpc/kernel/
Dtraps.c1147 int ret = FPE_FLTUNK; in __parse_fpscr()
2085 int code = FPE_FLTUNK; in SPEFloatingPointException()
2162 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in SPEFloatingPointRoundException()
/Linux-v5.4/arch/alpha/kernel/
Dtraps.c312 code = FPE_FLTUNK; in do_entIF()
Dosf_sys.c870 int si_code = FPE_FLTUNK; in SYSCALL_DEFINE5()
/Linux-v5.4/arch/arm64/kernel/
Dfpsimd.c961 unsigned int si_code = FPE_FLTUNK; in do_fpsimd_exc()
/Linux-v5.4/arch/mips/kernel/
Dtraps.c723 int si_code = FPE_FLTUNK; in force_fcr31_sig()