Searched refs:notify_page_fault (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/avr32/mm/ |
D | fault.c | 24 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 36 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 69 if (notify_page_fault(regs, ecr)) in do_page_fault()
|
/linux-4.1.27/arch/ia64/mm/ |
D | fault.c | 22 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 37 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 117 if (notify_page_fault(regs, TRAP_BRKPT)) in ia64_do_page_fault()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | fault.c | 50 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 65 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 250 if (notify_page_fault(regs)) in do_page_fault()
|
/linux-4.1.27/arch/sh/mm/ |
D | fault.c | 25 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 423 if (notify_page_fault(regs, vec)) in do_page_fault() 430 if (unlikely(notify_page_fault(regs, vec))) in do_page_fault()
|
/linux-4.1.27/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 265 if (notify_page_fault(regs, fsr)) in do_page_fault()
|
/linux-4.1.27/arch/sparc/mm/ |
D | fault_64.c | 39 static inline __kprobes int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 294 if (notify_page_fault(regs)) in do_sparc64_fault()
|
/linux-4.1.27/arch/s390/mm/ |
D | fault.c | 59 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 390 if (notify_page_fault(regs)) in do_exception()
|