Searched refs:ex_handler_uaccess (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/mm/ |
H A D | extable.c | 158 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() function 217 return ex_handler_uaccess(fixup, regs, trapnr, fault_address); in ex_handler_ucopy_len() 336 return ex_handler_uaccess(e, regs, trapnr, fault_addr); in fixup_exception()
|
/linux/tools/arch/x86/include/asm/ |
H A D | asm.h | 139 _ASM_EXTABLE_HANDLE(from, to, ex_handler_uaccess) 171 _ASM_EXTABLE_HANDLE(from, to, ex_handler_uaccess)
|