Searched refs:post_xol (Results 1 – 1 of 1) sorted by relevance
520 int (*post_xol)(struct arch_uprobe *, struct pt_regs *); member590 .post_xol = default_post_xol_op,717 .post_xol = branch_post_xol_op,977 if (auprobe->ops->post_xol) { in arch_uprobe_post_xol()978 err = auprobe->ops->post_xol(auprobe, regs); in arch_uprobe_post_xol()