Lines Matching refs:SIGILL
97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
99 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
115 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
119 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
166 signal = SIGILL; in illegal_op()
172 signal = SIGILL; in illegal_op()
182 signal = SIGILL; in illegal_op()
189 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,
197 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
232 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
241 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()