| /arch/riscv/include/asm/ |
| A D | kprobes.h | 40 int kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr);
|
| /arch/csky/include/asm/ |
| A D | kprobes.h | 41 int kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr);
|
| /arch/arm64/include/asm/ |
| A D | kprobes.h | 39 int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr);
|
| /arch/arc/include/asm/ |
| A D | kprobes.h | 45 int kprobe_fault_handler(struct pt_regs *regs, unsigned long cause);
|
| /arch/sh/include/asm/ |
| A D | kprobes.h | 48 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/parisc/include/asm/ |
| A D | kprobes.h | 55 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
| /arch/mips/include/asm/ |
| A D | kprobes.h | 44 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/sparc/include/asm/ |
| A D | kprobes.h | 50 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/loongarch/include/asm/ |
| A D | kprobes.h | 48 bool kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/s390/include/asm/ |
| A D | kprobes.h | 75 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/arm/include/asm/ |
| A D | kprobes.h | 42 int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr);
|
| /arch/powerpc/include/asm/ |
| A D | kprobes.h | 87 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/x86/include/asm/ |
| A D | kprobes.h | 115 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /arch/loongarch/kernel/ |
| A D | kprobes.c | 288 bool kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function 317 NOKPROBE_SYMBOL(kprobe_fault_handler);
|
| /arch/powerpc/kernel/ |
| A D | kprobes.c | 437 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function 485 NOKPROBE_SYMBOL(kprobe_fault_handler);
|
| /arch/mips/kernel/ |
| A D | kprobes.c | 408 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function 448 && kprobe_fault_handler(args->regs, args->trapnr)) in kprobe_exceptions_notify()
|
| /arch/s390/kernel/ |
| A D | kprobes.c | 437 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function 448 NOKPROBE_SYMBOL(kprobe_fault_handler);
|
| /arch/arm64/kernel/probes/ |
| A D | kprobes.c | 265 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler() function
|
| /arch/arc/kernel/ |
| A D | kprobes.c | 290 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) in kprobe_fault_handler() function
|
| /arch/riscv/kernel/probes/ |
| A D | kprobes.c | 243 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() function
|
| /arch/arm/probes/kprobes/ |
| A D | core.c | 331 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler() function
|
| /arch/sparc/kernel/ |
| A D | kprobes.c | 320 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
| /arch/csky/kernel/probes/ |
| A D | kprobes.c | 274 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() function
|
| /arch/sh/kernel/ |
| A D | kprobes.c | 355 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
| /arch/x86/kernel/kprobes/ |
| A D | core.c | 1034 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function 1066 NOKPROBE_SYMBOL(kprobe_fault_handler);
|