Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/probes/
Dkprobes.c43 post_kprobe_handler(struct kprobe_ctlblk *, struct pt_regs *);
75 post_kprobe_handler(kcb, regs); in arch_simulate_insn()
291 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function
447 post_kprobe_handler(kcb, regs); in kprobe_single_step_handler()
/Linux-v4.19/arch/s390/kernel/
Dkprobes.c503 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
530 NOKPROBE_SYMBOL(post_kprobe_handler);
625 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
/Linux-v4.19/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-v4.19/arch/sh/kernel/
Dkprobes.c366 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
503 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v4.19/arch/mips/kernel/
Dkprobes.c384 static inline int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function
447 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()