Lines Matching defs:aup
27 int arch_uprobe_analyze_insn(struct arch_uprobe *aup,
39 inst.word = aup->insn[0];
46 aup->ixol[0] = aup->insn[insn_has_delay_slot(inst)];
47 aup->ixol[1] = UPROBE_BRK_UPROBE_XOL; /* NOP */
105 int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs)
113 aup->resume_epc = regs->cp0_epc + 4;
114 if (insn_has_delay_slot((union mips_instruction) aup->insn[0])) {
116 (union mips_instruction) aup->insn[0]);
117 aup->resume_epc = regs->cp0_epc;
126 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs)
131 regs->cp0_epc = aup->resume_epc;
189 void arch_uprobe_abort_xol(struct arch_uprobe *aup,