Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dextable.c97 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() function
170 return ex_handler_fault(fixup, regs, trapnr); in ex_handler_copy()
267 return ex_handler_fault(e, regs, trapnr); in fixup_exception()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dasm.h145 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
177 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
/openbmc/linux/Documentation/arch/x86/
H A Dexception-tables.rst341 2) ``int ex_handler_fault(const struct exception_table_entry *fixup)``