Searched refs:set_exception_table_vec (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsystem.h122 extern void *set_exception_table_vec(unsigned int vec, void *handler);
126 return set_exception_table_vec(evt >> 5, handler);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_32.c804 void *set_exception_table_vec(unsigned int vec, void *handler) function
816 set_exception_table_vec(TRAP_RESERVED_INST, do_reserved_inst);
817 set_exception_table_vec(TRAP_ILLEGAL_SLOT_INST, do_illegal_slot_inst);
833 set_exception_table_vec(TRAP_ADDRESS_ERROR, address_error_trap_handler);
836 set_exception_table_vec(TRAP_DIVZERO_ERROR, do_divide_error);
837 set_exception_table_vec(TRAP_DIVOVF_ERROR, do_divide_error);
839 set_exception_table_vec(TRAP_FPU_ERROR, fpu_error_trap_handler);
844 set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler);

Completed in 114 milliseconds