Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Dtraps_32.h47 asmlinkage void do_reserved_inst(void);
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c616 asmlinkage void do_reserved_inst(void) in do_reserved_inst() function
764 set_exception_table_vec(TRAP_RESERVED_INST, do_reserved_inst); in trap_init()
774 set_exception_table_evt(0x800, do_reserved_inst); in trap_init()