Searched defs:kprobe_fault_handler (Results 1 – 13 of 13) sorted by relevance
| /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/loongarch/kernel/ |
| A D | kprobes.c | 288 bool kprobe_fault_handler(struct pt_regs *regs, int trapnr) 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/powerpc/kernel/ |
| A D | kprobes.c | 437 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
| /arch/mips/kernel/ |
| A D | kprobes.c | 408 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) 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/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/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/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/sh/kernel/ |
| A D | kprobes.c | 355 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/s390/kernel/ |
| A D | kprobes.c | 437 int 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
|
Completed in 24 milliseconds