Searched refs:set_exception_table_vec (Results 1 – 1 of 1) sorted by relevance
753 void *set_exception_table_vec(unsigned int vec, void *handler) in set_exception_table_vec() function765 set_exception_table_vec(TRAP_RESERVED_INST, do_reserved_inst); in trap_init()766 set_exception_table_vec(TRAP_ILLEGAL_SLOT_INST, do_illegal_slot_inst); in trap_init()783 set_exception_table_vec(TRAP_ADDRESS_ERROR, address_error_trap_handler); in trap_init()786 set_exception_table_vec(TRAP_DIVZERO_ERROR, do_divide_error); in trap_init()787 set_exception_table_vec(TRAP_DIVOVF_ERROR, do_divide_error); in trap_init()789 set_exception_table_vec(TRAP_FPU_ERROR, fpu_error_trap_handler); in trap_init()794 set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler); in trap_init()