Home
last modified time | relevance | path

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

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