Lines Matching defs:rip
682 * the %rip might be truncated to a 32 bit value.
687 uintptr_t rip = rp->r_pc;
689 if ((rip & 0xfffffffful) == rip) {
690 rip |= 0xfffffffful << 32;
691 if (hat_getpfnum(kas.a_hat, (caddr_t)rip) !=
693 (*(uchar_t *)rip == 0xf4 ||
694 *(uchar_t *)(rip - 1) == 0xf4)) {
695 rp->r_pc = rip;
1744 printf(fmt, "trp", rp->r_trapno, "err", rp->r_err, "rip", rp->r_rip);