Home
last modified time | relevance | path

Searched refs:kprobe_post_handler (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/powerpc/include/asm/
H A Dkprobes.h89 extern int kprobe_post_handler(struct pt_regs *regs);
92 static inline int kprobe_post_handler(struct pt_regs *regs) { return 0; } in kprobe_post_handler() function
/linux-6.15/arch/powerpc/kernel/
H A Dkprobes.c393 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function
435 NOKPROBE_SYMBOL(kprobe_post_handler);
H A Dtraps.c1137 if (kprobe_post_handler(regs)) in __single_step_exception()
2054 if (kprobe_post_handler(regs)) in DEFINE_INTERRUPT_HANDLER()
2071 if (kprobe_post_handler(regs)) in DEFINE_INTERRUPT_HANDLER()