Searched refs:post_xol (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c521 int (*post_xol)(struct arch_uprobe *, struct pt_regs *); member in struct:uprobe_xol_ops
591 .post_xol = default_post_xol_op,
661 * But there is corner case, see the comment in ->post_xol(). branch_emulate_op()
694 * But see the comment in ->post_xol(), in the unlikely case it can branch_clear_offset()
708 .post_xol = branch_post_xol_op,
879 if (auprobe->ops->post_xol) { arch_uprobe_post_xol()
880 err = auprobe->ops->post_xol(auprobe, regs); arch_uprobe_post_xol()
884 * ->post_xol() must not return -ERESTART unless this arch_uprobe_post_xol()

Completed in 42 milliseconds