Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dkprobes.h91 extern int kprobe_post_handler(struct pt_regs *regs);
94 static inline int kprobe_post_handler(struct pt_regs *regs) { return 0; } in kprobe_post_handler() function
/openbmc/linux/arch/powerpc/kernel/
H A Dkprobes.c462 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function
504 NOKPROBE_SYMBOL(kprobe_post_handler);
H A 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()