Searched refs:set_exception_table_vec (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/sh/kernel/ |
H A D | traps_32.c | 752 void *set_exception_table_vec(unsigned int vec, void *handler) in set_exception_table_vec() function 764 set_exception_table_vec(TRAP_RESERVED_INST, do_reserved_inst); in trap_init() 765 set_exception_table_vec(TRAP_ILLEGAL_SLOT_INST, do_illegal_slot_inst); in trap_init() 782 set_exception_table_vec(TRAP_ADDRESS_ERROR, address_error_trap_handler); in trap_init() 785 set_exception_table_vec(TRAP_DIVZERO_ERROR, do_divide_error); in trap_init() 786 set_exception_table_vec(TRAP_DIVOVF_ERROR, do_divide_error); in trap_init() 788 set_exception_table_vec(TRAP_FPU_ERROR, fpu_error_trap_handler); in trap_init() 793 set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler); in trap_init()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | uaccess.h | 118 extern void *set_exception_table_vec(unsigned int vec, void *handler); 122 return set_exception_table_vec(evt >> 5, handler); in set_exception_table_evt()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | system.h | 259 extern void *set_exception_table_vec(unsigned int vec, void *handler); 263 return set_exception_table_vec(evt >> 5, handler); in set_exception_table_evt()
|