| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | kprobes.h | 43 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | kprobes.h | 51 int kprobe_fault_handler(struct pt_regs *regs, unsigned long cause);
  | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | kprobes.h | 48 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | kprobes.h | 48 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | kprobes.h | 84 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | kprobes.h | 49 int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr);
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | kprobes.h | 115 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | kprobes.h | 119 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | kprobes.h | 131 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
  | 
| /linux-4.4.14/arch/tile/kernel/ | 
| D | kprobes.c | 316 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function 362 		    && kprobe_fault_handler(args->regs, args->trapnr))  in kprobe_exceptions_notify()
  | 
| /linux-4.4.14/arch/x86/kernel/kprobes/ | 
| D | core.c | 945 int kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function 1002 NOKPROBE_SYMBOL(kprobe_fault_handler); 1023 		    kprobe_fault_handler(args->regs, args->trapnr))  in kprobe_exceptions_notify()
  | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | kprobes.c | 467 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function 510 		    && kprobe_fault_handler(args->regs, args->trapnr))  in kprobe_exceptions_notify()
  | 
| /linux-4.4.14/arch/avr32/kernel/ | 
| D | kprobes.c | 186 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/avr32/mm/ | 
| D | fault.c | 29 		if (kprobe_running() && kprobe_fault_handler(regs, trap))  in notify_page_fault()
  | 
| /linux-4.4.14/arch/mn10300/kernel/ | 
| D | kprobes.c | 549 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function 583 		    kprobe_fault_handler(args->regs, args->trapnr))  in kprobe_exceptions_notify()
  | 
| /linux-4.4.14/arch/ia64/mm/ | 
| D | fault.c | 29 		if (kprobe_running() && kprobe_fault_handler(regs, trap))  in notify_page_fault()
  | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | kprobes.c | 626 int kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function 637 NOKPROBE_SYMBOL(kprobe_fault_handler);
  | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | fault.c | 57 		if (kprobe_running() && kprobe_fault_handler(regs, 11))  in notify_page_fault()
  | 
| /linux-4.4.14/include/linux/ | 
| D | kprobes.h | 398 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/sh/mm/ | 
| D | fault.c | 32 		if (kprobe_running() && kprobe_fault_handler(regs, trap))  in notify_page_fault()
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | kprobes.c | 404 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/arc/kernel/ | 
| D | kprobes.c | 298 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/sparc/mm/ | 
| D | fault_64.c | 46 		if (kprobe_running() && kprobe_fault_handler(regs, 0))  in notify_page_fault()
  | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | kprobes.c | 323 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | fault.c | 41 		if (kprobe_running() && kprobe_fault_handler(regs, fsr))  in notify_page_fault()
  | 
| /linux-4.4.14/arch/arm/probes/kprobes/ | 
| D | core.c | 344 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | kprobes.c | 420 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/s390/mm/ | 
| D | fault.c | 67 		if (kprobe_running() && kprobe_fault_handler(regs, 14))  in notify_page_fault()
  | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | kprobes.c | 922 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)  in kprobe_fault_handler()  function
  | 
| /linux-4.4.14/arch/x86/mm/ | 
| D | fault.c | 66 		if (kprobe_running() && kprobe_fault_handler(regs, 14))  in kprobes_fault()
  |