Searched refs:post_xol (Results 1 – 1 of 1) sorted by relevance
513 int (*post_xol)(struct arch_uprobe *, struct pt_regs *); member583 .post_xol = default_post_xol_op,700 .post_xol = branch_post_xol_op,871 if (auprobe->ops->post_xol) { in arch_uprobe_post_xol()872 err = auprobe->ops->post_xol(auprobe, regs); in arch_uprobe_post_xol()