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

/illumos-gate/usr/src/lib/libc/amd64/
H A Dgenassym.c59 (void) printf("#define\tRIP_OFF\t0x%x\n", REG_RIP * 8);
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h73 #define REG_RIP 17 macro
120 #define REG_PC REG_RIP
H A Dprocfs_isa.h97 #define R_PC REG_RIP
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c93 ucp->uc_mcontext.gregs[REG_RIP] = (greg_t)func;
141 rs[REG_RIP] = status.pr_reg[REG_RIP];
150 rs[REG_RIP] = 0;
167 status.pr_reg[REG_RIP] = rs[REG_RIP];
H A Dasm_subr.s162 movq %rax, REGOFF(REG_RIP) (%rsp)
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in66 SED_REPLACE64(REG_RIP)
H A Dregs.d.in86 inline int R_RIP = @REG_RIP@;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Dregs.c70 disp_reg_line(ph, &pstatus, "rip", REG_RIP, "cs", REG_CS);
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c223 dst[REG_RIP] = (uint32_t)src[EIP];
573 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr;
581 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr;
599 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP];
635 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP];
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c118 { "rip", REG_RIP, MDB_TGT_R_EXPORT },
146 (void) mdb_tgt_vread(t, &ret, sizeof (ret), psp->pr_reg[REG_RIP]);
240 mdb_printf("%%rip = 0x%0?p %A\n", grs[REG_RIP], grs[REG_RIP]);
640 return (mdb_amd64_next(t, p, psp->pr_reg[REG_RIP], pt_read_instr(t)));
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c87 grp[REG_RIP] = rp->r_rip;
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c106 sc.sc_pc = (long)ucp->uc_mcontext.gregs[REG_RIP];
178 ucp->uc_mcontext.gregs[REG_RIP] = (long)sc.sc_pc;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c139 #define PC_REGISTER REG_RIP
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c568 REG_RIP, /* EIP */
629 case REG_RIP:
H A Dfasttrap_isa.c416 tp->ftt_base = REG_RIP;
1070 * report the expected value for REG_RIP.
1724 case REG_RIP: return (rp->r_rip);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c485 grp[REG_RIP] = rp->r_rip;
565 dmc->gregs[REG_RIP] = (greg_t)(uint32_t)smc->gregs[EIP];
729 rp->r_rip = grp[REG_RIP];
774 rp->r_rip = (uint32_t)grp[REG_RIP];
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c136 dst[REG_RIP] = (uint32_t)src[EIP];
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c230 dst[REG_RIP] = (uint32_t)src[EIP];
567 dst[EIP] = src[REG_RIP];
H A Dlibproc.h90 #define R_PC REG_RIP
H A DPcore.c555 lwp->lwp_status.pr_reg[REG_RIP] = prs64->pr_reg.lxr_rip;
586 lwp->lwp_status.pr_reg[REG_RIP] = prs32->pr_reg.lxr_ip;
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c553 dst[EIP] = src[REG_RIP];
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1639 s10_uc.uc_mcontext.gregs[REG_R14] = s10_uc.uc_mcontext.gregs[REG_RIP];
1640 s10_uc.uc_mcontext.gregs[REG_RIP] = (greg_t)s10_lwp_create_entry_point;

Completed in 99 milliseconds