Lines Matching refs:SIGILL
93 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
95 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
111 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
113 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
115 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
162 signal = SIGILL; in illegal_op()
168 signal = SIGILL; in illegal_op()
178 signal = SIGILL; in illegal_op()
185 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
193 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
228 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
237 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()