Home
last modified time | relevance | path

Searched refs:set_exception_table_evt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c774 set_exception_table_evt(0x800, do_reserved_inst); in trap_init()
775 set_exception_table_evt(0x820, do_illegal_slot_inst); in trap_init()
777 set_exception_table_evt(0x800, fpu_state_restore_trap_handler); in trap_init()
778 set_exception_table_evt(0x820, fpu_state_restore_trap_handler); in trap_init()
/openbmc/linux/arch/sh/include/asm/
H A Duaccess.h120 static inline void *set_exception_table_evt(unsigned int evt, void *handler) in set_exception_table_evt() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h261 static inline void *set_exception_table_evt(unsigned int evt, void *handler) in set_exception_table_evt() function