Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dasm.h142 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
174 _ASM_EXTABLE_HANDLE(from, to, ex_handler_fault)
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dexception-tables.rst338 2) ``int ex_handler_fault(const struct exception_table_entry *fixup)``