Searched refs:mm_fault_error (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/sh/mm/ |
| D | fault.c | 298 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 470 if (mm_fault_error(regs, error_code, address, fault)) in do_page_fault()
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | fault.c | 170 static int mm_fault_error(struct pt_regs *regs, unsigned long addr, in mm_fault_error() function 613 return mm_fault_error(regs, address, fault); in __do_page_fault()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | fault.c | 1033 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 1469 mm_fault_error(regs, hw_error_code, address, fault); in do_user_addr_fault()
|