/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | traps.c | 109 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, 127 si_code = FPE_FLTINV; in do_fp_trap() 202 si_code = FPE_FLTINV; in vector_exception()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | traps.c | 113 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, 131 si_code = FPE_FLTINV; in do_fp_trap() 206 si_code = FPE_FLTINV; in vector_exception()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | exceptions.c | 124 fsr = FPE_FLTINV; in full_exception()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | fpu.c | 197 *signo = FPE_FLTINV; in fill_sigfpe_signo()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | exceptions.c | 122 fsr = FPE_FLTINV; in full_exception()
|
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
H A D | fpu.c | 111 code = FPE_FLTINV; in fpu_fpe()
|
/kernel/linux/linux-6.6/arch/csky/abiv2/ |
H A D | fpu.c | 111 code = FPE_FLTINV; in fpu_fpe()
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | siginfo.h | 207 #define FPE_FLTINV 7 /* floating point invalid operation */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 163 #define FPE_FLTINV 7 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 161 #define FPE_FLTINV 7 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 161 #define FPE_FLTINV 7 macro
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | traps.c | 346 si_code = FPE_FLTINV; in handle_fpu_swa() 552 force_sig_fault(SIGFPE, FPE_FLTINV, (void __user *) iip, in ia64_fault()
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfpmodule.c | 251 vfp_raise_sigfpe(FPE_FLTINV, regs); in vfp_raise_exceptions() 278 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | traps.c | 346 si_code = FPE_FLTINV; in handle_fpu_swa() 552 force_sig_fault(SIGFPE, FPE_FLTINV, (void __user *) iip, in ia64_fault()
|
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | decode_exc.c | 329 return SIGNALCODE(SIGFPE, FPE_FLTINV); in decode_fpu()
|
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/ |
H A D | core.c | 473 return FPE_FLTINV; in fpu__exception_code()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | decode_exc.c | 329 return SIGNALCODE(SIGFPE, FPE_FLTINV); in decode_fpu()
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | siginfo.h | 218 #define FPE_FLTINV 7 /* floating point invalid operation */ macro
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | traps.c | 215 long si_code = FPE_FLTINV; in do_entArith() 318 code = FPE_FLTINV; in do_entIF()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | traps.c | 213 long si_code = FPE_FLTINV; in do_entArith() 316 code = FPE_FLTINV; in do_entIF()
|
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfpmodule.c | 251 vfp_raise_sigfpe(FPE_FLTINV, regs); in vfp_raise_exceptions() 278 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | math.c | 321 if (_fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV; in alpha_fp_emul()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | traps_32.c | 282 code = FPE_FLTINV;
|
/kernel/linux/linux-6.6/arch/alpha/math-emu/ |
H A D | math.c | 323 if (_fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV; in alpha_fp_emul()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | traps_32.c | 282 code = FPE_FLTINV;
|