Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/kernel/probes/
Dkprobes.c22 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/
Dkprobes.c42 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/
Dkprobes.c20 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/
Dkprobes.c428 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/
Dkprobes.c293 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/
Dkprobes.c379 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/
Dkprobes.c311 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()