post_xol          507 arch/x86/kernel/uprobes.c 	int	(*post_xol)(struct arch_uprobe *, struct pt_regs *);
post_xol          580 arch/x86/kernel/uprobes.c 	.post_xol = default_post_xol_op,
post_xol          707 arch/x86/kernel/uprobes.c 	.post_xol = branch_post_xol_op,
post_xol          968 arch/x86/kernel/uprobes.c 	if (auprobe->ops->post_xol) {
post_xol          969 arch/x86/kernel/uprobes.c 		err = auprobe->ops->post_xol(auprobe, regs);