Searched refs:mm_fault_error (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 314 mm_fault_error(regs, addr, fault); in do_page_fault()
|
/kernel/linux/linux-6.6/arch/csky/mm/ |
H A D | fault.c | 73 static inline void mm_fault_error(struct pt_regs *regs, unsigned long addr, vm_fault_t fault) in mm_fault_error() function 294 mm_fault_error(regs, addr, fault); in do_page_fault()
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | fault.c | 62 static inline void mm_fault_error(struct pt_regs *regs, unsigned long addr, vm_fault_t fault) in mm_fault_error() function 373 mm_fault_error(regs, addr, fault); in handle_page_fault()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | fault.c | 313 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 472 if (mm_fault_error(regs, error_code, address, fault)) in do_page_fault()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | fault.c | 160 static int mm_fault_error(struct pt_regs *regs, unsigned long addr, in mm_fault_error() function 555 return mm_fault_error(regs, address, fault); in ___do_page_fault()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | fault.c | 963 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error() function 1402 mm_fault_error(regs, hw_error_code, address, fault); in do_user_addr_fault()
|
Completed in 7 milliseconds