Searched refs:notify_page_fault (Results 1 – 8 of 8) sorted by relevance
/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()
|
/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 109 if (notify_page_fault(regs, TRAP_BRKPT)) in ia64_do_page_fault()
|
/arch/powerpc/mm/ |
D | fault.c | 45 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 60 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 143 if (notify_page_fault(regs)) in do_page_fault()
|
/arch/arm/mm/ |
D | fault.c | 28 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) in notify_page_fault() function 43 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) in notify_page_fault() function 251 if (notify_page_fault(regs, fsr)) in do_page_fault()
|
/arch/sparc/mm/ |
D | fault_64.c | 35 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 49 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 262 if (notify_page_fault(regs)) in do_sparc64_fault()
|
/arch/s390/mm/ |
D | fault.c | 55 static inline int notify_page_fault(struct pt_regs *regs, long err) in notify_page_fault() function 70 static inline int notify_page_fault(struct pt_regs *regs, long err) in notify_page_fault() function 307 if (notify_page_fault(regs, error_code)) in do_exception()
|
/arch/sh/mm/ |
D | fault_32.c | 248 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 281 if (notify_page_fault(regs, lookup_exception_vector())) in __do_page_fault()
|
/arch/x86/mm/ |
D | fault.c | 64 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 636 if (notify_page_fault(regs)) 646 if (notify_page_fault(regs))
|