Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
Dextable.c37 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() function
46 EXPORT_SYMBOL_GPL(ex_handler_fault);
150 if (handler == ex_handler_fault) in ex_get_fault_handler_type()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dasm.h142 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
174 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
/kernel/linux/linux-5.10/Documentation/x86/
Dexception-tables.rst338 2) ``int ex_handler_fault(const struct exception_table_entry *fixup)``