Searched refs:post_kprobe_handler (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/riscv/kernel/probes/ |
D | kprobes.c | 22 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 48 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 206 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 328 post_kprobe_handler(cur, kcb, regs); in kprobe_single_step_handler()
|
/linux-6.1.9/arch/arm64/kernel/probes/ |
D | kprobes.c | 42 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 91 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 252 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 362 post_kprobe_handler(cur, kcb, regs); in kprobe_breakpoint_ss_handler()
|
/linux-6.1.9/arch/csky/kernel/probes/ |
D | kprobes.c | 20 post_kprobe_handler(struct kprobe_ctlblk *, struct pt_regs *); 75 post_kprobe_handler(kcb, regs); in arch_simulate_insn() 245 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 372 post_kprobe_handler(kcb, regs); in kprobe_single_step_handler()
|
/linux-6.1.9/arch/s390/kernel/ |
D | kprobes.c | 428 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 455 NOKPROBE_SYMBOL(post_kprobe_handler); 528 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
|
/linux-6.1.9/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-6.1.9/arch/mips/kernel/ |
D | kprobes.c | 379 static inline int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 439 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
/linux-6.1.9/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()
|