Searched refs:ILL_COPROC (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/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-3.4.99/arch/avr32/kernel/ |
D | traps.c | 237 code = ILL_COPROC; in do_illegal_opcode() 254 _exception(SIGILL, regs, ILL_COPROC, regs->pc); in do_fpe()
|
/linux-3.4.99/arch/sparc/kernel/ |
D | traps_32.c | 384 info.si_code = ILL_COPROC; 401 info.si_code = ILL_COPROC;
|
/linux-3.4.99/arch/mn10300/kernel/ |
D | traps.c | 84 [EXCEP_FPU_DISABLED >> 3] = { SIGILL, ILL_COPROC }, 85 [EXCEP_FPU_UNIMPINS >> 3] = { SIGILL, ILL_COPROC },
|
/linux-3.4.99/include/asm-generic/ |
D | siginfo.h | 175 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */ macro
|
/linux-3.4.99/arch/m68k/kernel/ |
D | traps.c | 1082 info.si_code = ILL_COPROC; in trap_c()
|