Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/kernel/
Dtraps_32.c775 set_exception_table_evt(0x800, do_reserved_inst); in trap_init()
776 set_exception_table_evt(0x820, do_illegal_slot_inst); in trap_init()
778 set_exception_table_evt(0x800, fpu_state_restore_trap_handler); in trap_init()
779 set_exception_table_evt(0x820, fpu_state_restore_trap_handler); in trap_init()
/linux-6.12.1/arch/sh/include/asm/
Duaccess.h120 static inline void *set_exception_table_evt(unsigned int evt, void *handler) in set_exception_table_evt() function