Searched refs:post_xol (Results 1 – 1 of 1) sorted by relevance
518 int (*post_xol)(struct arch_uprobe *, struct pt_regs *); member591 .post_xol = default_post_xol_op,708 .post_xol = branch_post_xol_op,880 if (auprobe->ops->post_xol) { in arch_uprobe_post_xol()881 err = auprobe->ops->post_xol(auprobe, regs); in arch_uprobe_post_xol()