Searched refs:mm_fault_error (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/sh/mm/ |
D | fault.c | 315 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 487 if (mm_fault_error(regs, error_code, address, fault)) in do_page_fault()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | fault.c | 189 static int mm_fault_error(struct pt_regs *regs, unsigned long addr, in mm_fault_error() function 587 return mm_fault_error(regs, address, fault); in __do_page_fault()
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 1002 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 1423 mm_fault_error(regs, error_code, address, &pkey, fault); in __do_page_fault()
|