Home
last modified time | relevance | path

Searched refs:post_kprobe_handler (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/arm64/kernel/probes/
Dkprobes.c37 post_kprobe_handler(struct kprobe_ctlblk *, struct pt_regs *);
80 post_kprobe_handler(kcb, regs); in arch_simulate_insn()
264 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function
420 post_kprobe_handler(kcb, regs); in kprobe_single_step_handler()
/Linux-v5.4/arch/s390/kernel/
Dkprobes.c504 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
531 NOKPROBE_SYMBOL(post_kprobe_handler);
626 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
/Linux-v5.4/arch/sparc/kernel/
Dkprobes.c293 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
407 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v5.4/arch/sh/kernel/
Dkprobes.c363 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
501 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v5.4/arch/mips/kernel/
Dkprobes.c372 static inline int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
435 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()