Searched defs:kprobe_fault_handler (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/arch/parisc/include/asm/ |
D | kprobes.h | 55 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | kprobes.c | 288 bool kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/arc/kernel/ |
D | kprobes.c | 290 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | kprobes.c | 439 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/mips/kernel/ |
D | kprobes.c | 408 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/sparc/kernel/ |
D | kprobes.c | 320 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/riscv/kernel/probes/ |
D | kprobes.c | 243 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/arm64/kernel/probes/ |
D | kprobes.c | 264 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/arm/probes/kprobes/ |
D | core.c | 331 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/sh/kernel/ |
D | kprobes.c | 355 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/csky/kernel/probes/ |
D | kprobes.c | 274 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/s390/kernel/ |
D | kprobes.c | 436 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/arch/x86/kernel/kprobes/ |
D | core.c | 1061 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|
/linux-6.12.1/include/linux/ |
D | kprobes.h | 444 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() function
|