Searched refs:ILL_COPROC (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/parisc/math-emu/ |
D | decode_exc.c | 140 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu() 193 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu() 354 return SIGNALCODE(SIGILL, ILL_COPROC); in decode_fpu()
|
/Linux-v4.19/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-v4.19/include/uapi/asm-generic/ |
D | siginfo.h | 190 #define ILL_COPROC 7 /* coprocessor error */ macro
|
/Linux-v4.19/arch/m68k/kernel/ |
D | traps.c | 1046 si_code = ILL_COPROC; in trap_c()
|