Searched refs:ex_handler_fault (Results 1 – 3 of 3) sorted by relevance
97 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() function144 return ex_handler_fault(fixup, regs, trapnr); in ex_handler_copy()239 return ex_handler_fault(e, regs, trapnr); in fixup_exception()
145 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)177 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
341 2) ``int ex_handler_fault(const struct exception_table_entry *fixup)``