Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c93 ucp->uc_mcontext.gregs[REG_RIP] = (greg_t)func; in setup_context()
141 rs[REG_RIP] = status.pr_reg[REG_RIP]; in getgregs()
150 rs[REG_RIP] = 0; in getgregs()
167 status.pr_reg[REG_RIP] = rs[REG_RIP]; in setgregs()
H A Dasm_subr.S162 movq %rax, REGOFF(REG_RIP) (%rsp)
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c123 { "rip", REG_RIP, MDB_TGT_R_EXPORT },
152 psp->pr_reg[REG_RIP]); in pt_read_instr()
246 mdb_printf("%%rip = 0x%0?p %A\n", grs[REG_RIP], grs[REG_RIP]); in pt_regs()
434 return (mdb_amd64_step_out(t, p, psp->pr_reg[REG_RIP], in pt_step_out()
450 return (mdb_amd64_next(t, p, psp->pr_reg[REG_RIP], pt_read_instr(t))); in pt_next()
/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.h101 #define R_PC REG_RIP
/illumos-gate/usr/src/lib/libc/amd64/
H A Dgenassym.c60 (void) printf("#define\tRIP_OFF\t0x%x\n", REG_RIP * 8); in main()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c246 dst[REG_RIP] = (uint32_t)src[EIP]; in ucontext_32_to_prgregs()
602 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr; in Psyscall_setup()
610 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr; in Psyscall_setup()
628 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP]; in Psyscall_copyinargs()
664 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP]; in Psyscall_copyinargs()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/
H A Dregs.c70 disp_reg_line(ph, &pstatus, "rip", REG_RIP, "cs", REG_CS); in display_all_regs()
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c106 sc.sc_pc = (long)ucp->uc_mcontext.gregs[REG_RIP]; in ucbsigvechandler()
178 ucp->uc_mcontext.gregs[REG_RIP] = (long)sc.sc_pc; in ucbsigvechandler()
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c88 grp[REG_RIP] = rp->r_rip; in gcore_getgregs()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c327 grp[REG_RIP] = rp->r_rip; in getgregs()
404 dmc->gregs[REG_RIP] = (greg_t)(uint32_t)smc->gregs[EIP]; in ucontext_32ton()
564 rp->r_rip = grp[REG_RIP]; in setgregs()
609 rp->r_rip = (uint32_t)grp[REG_RIP]; in setgregs()
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in64 SED_REPLACE64(REG_RIP)
H A Dregs.d.in86 inline int R_RIP = @REG_RIP@;
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c549 REG_RIP, /* EIP */
614 case REG_RIP: in dtrace_getreg()
H A Dfasttrap_isa.c401 tp->ftt_base = REG_RIP; in fasttrap_tracepoint_init()
1654 case REG_RIP: return (rp->r_rip); in fasttrap_getreg()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c139 #define PC_REGISTER REG_RIP
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c141 dst[REG_RIP] = (uint32_t)src[EIP]; in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c524 dst[EIP] = src[REG_RIP]; in prgregset_n_to_32()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c230 dst[REG_RIP] = (uint32_t)src[EIP]; in prgregset_32_to_n()
567 dst[EIP] = src[REG_RIP]; in prgregset_n_to_32()
H A Dlibproc.h93 #define R_PC REG_RIP
H A DPcore.c556 lwp->lwp_status.pr_reg[REG_RIP] = prs64->pr_reg.lxr_rip; in lx_prstatus64_to_lwp()
587 lwp->lwp_status.pr_reg[REG_RIP] = prs32->pr_reg.lxr_ip; in lx_prstatus32_to_lwp()
/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]; in s10_lwp_create_correct_fs()
1640 s10_uc.uc_mcontext.gregs[REG_RIP] = (greg_t)s10_lwp_create_entry_point; in s10_lwp_create_correct_fs()