Home
last modified time | relevance | path

Searched refs:lookup_exception_vector (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dtraps_32.h9 #define lookup_exception_vector() \ macro
21 #define lookup_exception_vector() \ macro
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c498 error_code = lookup_exception_vector(); in do_address_error()
646 error_code = lookup_exception_vector(); in do_reserved_inst()
720 inst = lookup_exception_vector(); in do_illegal_slot_inst()
731 ex = lookup_exception_vector(); in do_exception_error()
H A Dhw_breakpoint.c360 unsigned long ex = lookup_exception_vector(); in BUILD_TRAP_HANDLER()
/openbmc/linux/arch/sh/mm/
H A Dfault.c402 vec = lookup_exception_vector(); in do_page_fault()