Lines Matching full:exception

87 		die(regs, "Unknown program exception");  in default_trap_handler()
96 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, "addressing exception")
97 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV, "fixpoint divide exception")
98 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, "execute exception")
99 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV, "HFP divide exception")
100 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF, "HFP overflow exception")
101 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES, "HFP significance exception")
102 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, "HFP square root exception")
103 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND, "HFP underflow exception")
104 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, "operand exception")
105 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF, "fixpoint overflow exception")
107 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, "special operation exception")
108 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, "specification exception");
109 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, "transaction constraint exception")
115 /* FPC[2] is Data Exception Code */ in do_fp_trap()
117 /* bits 6 and 7 of DXC are 0 iff IEEE exception */ in do_fp_trap()
129 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
135 panic("Translation-Specification Exception"); in translation_specification_exception()
202 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
211 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()