Home
last modified time | relevance | path

Searched refs:kprobe_post_handler (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dkprobes.c434 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function
476 NOKPROBE_SYMBOL(kprobe_post_handler); variable
H A Dtraps.c1135 if (kprobe_post_handler(regs)) in single_step_exception()
2048 if (kprobe_post_handler(regs)) in DebugException()
2065 if (kprobe_post_handler(regs)) in DebugException()
/kernel/linux/linux-6.6/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); variable
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()

Completed in 8 milliseconds