Searched refs:notify_page_fault (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/ia64/mm/ |
D | fault.c | 25 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 40 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 119 if (notify_page_fault(regs, TRAP_BRKPT)) in ia64_do_page_fault()
|
/Linux-v4.19/arch/sh/mm/ |
D | fault.c | 27 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 418 if (notify_page_fault(regs, vec)) in do_page_fault() 425 if (unlikely(notify_page_fault(regs, vec))) in do_page_fault()
|
/Linux-v4.19/arch/arm/mm/ |
D | fault.c | 34 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) in notify_page_fault() function 49 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) in notify_page_fault() function 271 if (notify_page_fault(regs, fsr)) in do_page_fault()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | fault.c | 48 static inline bool notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 421 if (notify_page_fault(regs)) in __do_page_fault()
|
/Linux-v4.19/arch/arm64/mm/ |
D | fault.c | 66 static inline int notify_page_fault(struct pt_regs *regs, unsigned int esr) in notify_page_fault() function 81 static inline int notify_page_fault(struct pt_regs *regs, unsigned int esr) in notify_page_fault() function 434 if (notify_page_fault(regs, esr)) in do_page_fault()
|
/Linux-v4.19/arch/sparc/mm/ |
D | fault_64.c | 41 static inline __kprobes int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 288 if (notify_page_fault(regs)) in do_sparc64_fault()
|
/Linux-v4.19/arch/s390/mm/ |
D | fault.c | 70 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 424 if (notify_page_fault(regs)) in do_exception()
|