Lines Matching refs:SIGILL
101 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
103 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
119 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
123 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
125 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
170 signal = SIGILL; in illegal_op()
176 signal = SIGILL; in illegal_op()
186 signal = SIGILL; in illegal_op()
193 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
201 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
236 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
245 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()