Searched defs:kprobe_fault_handler (Results 1 – 14 of 14) sorted by relevance
/linux/arch/parisc/include/asm/ |
A D | kprobes.h | 53 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/arch/arc/kernel/ |
A D | kprobes.c | 289 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) in kprobe_fault_handler() function
|
/linux/arch/sparc/kernel/ |
A D | kprobes.c | 320 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/arch/mips/kernel/ |
A D | kprobes.c | 400 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/arch/riscv/kernel/probes/ |
A D | kprobes.c | 230 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() function
|
/linux/arch/powerpc/kernel/ |
A D | kprobes.c | 495 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/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
|
/linux/arch/arm64/kernel/probes/ |
A D | kprobes.c | 256 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler() function
|
/linux/arch/sh/kernel/ |
A D | kprobes.c | 360 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/arch/csky/kernel/probes/ |
A D | kprobes.c | 270 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() function
|
/linux/arch/s390/kernel/ |
A D | kprobes.c | 506 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/arch/ia64/kernel/ |
A D | kprobes.c | 820 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/arch/x86/kernel/kprobes/ |
A D | core.c | 1110 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux/include/linux/ |
A D | kprobes.h | 424 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
Completed in 29 milliseconds