Searched refs:post_xol (Results 1 – 1 of 1) sorted by relevance
1194 int (*post_xol)(struct arch_uprobe *, struct pt_regs *); member1267 .post_xol = default_post_xol_op,1394 .post_xol = branch_post_xol_op,1661 if (auprobe->ops->post_xol) { in arch_uprobe_post_xol()1662 err = auprobe->ops->post_xol(auprobe, regs); in arch_uprobe_post_xol()