Lines Matching defs:addr
41 void show_pte(struct mm_struct *mm, unsigned long addr) in show_pte()
91 static void __do_kernel_fault(struct mm_struct *mm, unsigned long addr, in __do_kernel_fault()
119 static void __do_user_fault(struct task_struct *tsk, unsigned long addr, in __do_user_fault()
135 void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad_area()
170 static int __do_pf(struct mm_struct *mm, unsigned long addr, unsigned int fsr, in __do_pf()
207 static int do_pf(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_pf()
343 static int do_ifault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_ifault()
381 static int do_bad(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad()
386 static int do_good(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_good()
463 asmlinkage void do_DataAbort(unsigned long addr, unsigned int fsr, in do_DataAbort()
482 asmlinkage void do_PrefetchAbort(unsigned long addr, in do_PrefetchAbort()