Searched refs:notify_page_fault (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/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-2.6.39/arch/powerpc/mm/ |
D | fault.c | 47 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 62 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 145 if (notify_page_fault(regs)) in do_page_fault()
|
/linux-2.6.39/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()
|
/linux-2.6.39/arch/sh/mm/ |
D | fault_32.c | 24 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault() function 150 if (notify_page_fault(regs, vec)) in do_page_fault() 156 if (unlikely(notify_page_fault(regs, vec))) in do_page_fault()
|
/linux-2.6.39/arch/arm/mm/ |
D | fault.c | 45 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) in notify_page_fault() function 60 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr) in notify_page_fault() function 282 if (notify_page_fault(regs, fsr)) in do_page_fault()
|
/linux-2.6.39/arch/sparc/mm/ |
D | fault_64.c | 37 static inline __kprobes int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 285 if (notify_page_fault(regs)) in do_sparc64_fault()
|
/linux-2.6.39/arch/s390/mm/ |
D | fault.c | 64 static inline int notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 316 if (notify_page_fault(regs)) in do_exception()
|
/linux-2.6.39/arch/x86/mm/ |
D | fault.c | 51 static inline int __kprobes notify_page_fault(struct pt_regs *regs) in notify_page_fault() function 1014 if (notify_page_fault(regs)) in do_page_fault() 1026 if (unlikely(notify_page_fault(regs))) in do_page_fault()
|