Searched refs:ex_handler_copy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | extable.c | 84 __visible bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy() function 94 EXPORT_SYMBOL(ex_handler_copy); variable 152 else if (handler == ex_handler_uaccess || handler == ex_handler_copy) in ex_get_fault_handler_type()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | asm.h | 139 _ASM_EXTABLE_HANDLE(from, to, ex_handler_copy) 171 _ASM_EXTABLE_HANDLE(from, to, ex_handler_copy)
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | asm.h | 142 _ASM_EXTABLE_HANDLE(from, to, ex_handler_copy) 174 _ASM_EXTABLE_HANDLE(from, to, ex_handler_copy)
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | extable.c | 166 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy() function 271 return ex_handler_copy(e, regs, trapnr); in fixup_exception()
|
Completed in 3 milliseconds