Lines Matching refs:SIGILL
127 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
129 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
145 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
147 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
149 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
151 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
201 signal = SIGILL; in illegal_op()
207 signal = SIGILL; in illegal_op()
217 signal = SIGILL; in illegal_op()
224 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
257 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
313 signal = SIGILL; in data_exception()
326 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()