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