Lines Matching refs:tpc
31 * - Set regs->tpc to point to kprobe->ainsn.insn[0]
38 * - Set regs->tpc to "remembered" regs->tnpc stored above,
108 regs->tpc = (unsigned long) p->addr;
111 regs->tpc = (unsigned long) &p->ainsn.insn[0];
119 void *addr = (void *) regs->tpc;
196 * regs->tpc and regs->tnpc still hold the values of the
207 if (regs->tnpc == regs->tpc + 0x4UL)
285 regs->tpc = kcb->kprobe_orig_tnpc;
332 * kprobe and the tpc points back to the probe address
336 regs->tpc = (unsigned long)cur->addr;
353 entry = search_exception_tables(regs->tpc);
355 regs->tpc = entry->fixup;
356 regs->tnpc = regs->tpc + 4;
455 regs->tpc = orig_ret_address;