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

/linux-master/arch/x86/kernel/
H A Duprobes.c508 int (*post_xol)(struct arch_uprobe *, struct pt_regs *); member in struct:uprobe_xol_ops
581 .post_xol = default_post_xol_op,
651 * But there is corner case, see the comment in ->post_xol().
694 * But see the comment in ->post_xol(), in the unlikely case it can
708 .post_xol = branch_post_xol_op,
972 if (auprobe->ops->post_xol) {
973 err = auprobe->ops->post_xol(auprobe, regs);
977 * ->post_xol() must not return -ERESTART unless this

Completed in 136 milliseconds