Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
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.12.1/arch/powerpc/kernel/
Dkprobes.c395 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function
437 NOKPROBE_SYMBOL(kprobe_post_handler);
Dtraps.c1138 if (kprobe_post_handler(regs)) in __single_step_exception()
2055 if (kprobe_post_handler(regs)) in DEFINE_INTERRUPT_HANDLER()
2072 if (kprobe_post_handler(regs)) in DEFINE_INTERRUPT_HANDLER()