Searched refs:ILL_COPROC (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/parisc/math-emu/ |
| D | decode_exc.c | 127 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu() 180 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu() 341 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | traps_32.c | 336 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current); 346 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current);
|
| /Linux-v5.4/arch/nds32/kernel/ |
| D | fpu.c | 236 si_code = ILL_COPROC; in handle_fpu_exception()
|
| /Linux-v5.4/include/uapi/asm-generic/ |
| D | siginfo.h | 191 #define ILL_COPROC 7 /* coprocessor error */ macro
|
| /Linux-v5.4/arch/m68k/kernel/ |
| D | traps.c | 1046 si_code = ILL_COPROC; in trap_c()
|