Searched refs:post_kprobe_handler (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/arch/riscv/kernel/probes/ |
| D | kprobes.c | 20 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 46 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 207 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 329 post_kprobe_handler(cur, kcb, regs); in kprobe_single_step_handler()
|
| /Linux-v5.15/arch/csky/kernel/probes/ |
| D | kprobes.c | 18 post_kprobe_handler(struct kprobe_ctlblk *, struct pt_regs *); 73 post_kprobe_handler(kcb, regs); in arch_simulate_insn() 241 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 368 post_kprobe_handler(kcb, regs); in kprobe_single_step_handler()
|
| /Linux-v5.15/arch/arm64/kernel/probes/ |
| D | kprobes.c | 39 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 73 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 234 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 344 post_kprobe_handler(cur, kcb, regs); in kprobe_breakpoint_ss_handler()
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | kprobes.c | 387 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 414 NOKPROBE_SYMBOL(post_kprobe_handler); 490 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
|
| /Linux-v5.15/arch/sparc/kernel/ |
| D | kprobes.c | 293 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 390 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
| /Linux-v5.15/arch/mips/kernel/ |
| D | kprobes.c | 372 static inline int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 432 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
| /Linux-v5.15/arch/sh/kernel/ |
| D | kprobes.c | 311 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 432 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|