Searched refs:mm_fault_error (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | fault.c | 40 static inline void mm_fault_error(struct pt_regs *regs, unsigned long addr, vm_fault_t fault) in mm_fault_error() function 301 mm_fault_error(regs, addr, fault); in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | fault.c | 164 static int mm_fault_error(struct pt_regs *regs, unsigned long addr, in mm_fault_error() function 531 return mm_fault_error(regs, address, fault); in __do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | fault.c | 969 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 1428 mm_fault_error(regs, hw_error_code, address, fault); in do_user_addr_fault()
|