Searched refs:REG_RSI (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in72 SED_REPLACE64(REG_RSI)
H A Dregs.d.in98 inline int R_RSI = @REG_RSI@;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c89 ucp->uc_mcontext.gregs[REG_RSI] = tmp;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Dregs.c65 disp_reg_line(ph, &pstatus, "rdi", REG_RDI, "rsi", REG_RSI);
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h81 #define REG_RSI 9 macro
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s88 movq %rsi, EH_LOCALS_GREG(REG_RSI)(%rbp)
193 movq EH_LOCALS_GREG(REG_RSI)(%rbp), %rsi /* restore %rsi */
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c88 { "rsi", REG_RSI, MDB_TGT_R_EXPORT },
89 { "esi", REG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_32 },
90 { "si", REG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
91 { "sil", REG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_8L },
223 grs[REG_RSI], grs[REG_R12]);
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s134 movq %rsi, REGOFF(REG_RSI) (%rsp)
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c58 grp[REG_RSI] = rp->r_rsi;
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c231 dst[REG_RSI] = (uint32_t)src[ESI];
615 (void) Pputareg(P, REG_RSI, adp->arg_value);
680 P->status.pr_lwp.pr_reg[REG_RSI];
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c559 REG_RSI, /* ESI */
589 case REG_RSI:
H A Dfasttrap_isa.c182 REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI,
1716 case REG_RSI: return (rp->r_rsi);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c452 grp[REG_RSI] = rp->r_rsi;
557 dmc->gregs[REG_RSI] = (greg_t)(uint32_t)smc->gregs[ESI];
713 rp->r_rsi = grp[REG_RSI];
766 rp->r_rsi = (uint32_t)grp[REG_RSI];
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c144 dst[REG_RSI] = (uint32_t)src[ESI];
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c222 dst[REG_RSI] = (uint32_t)src[ESI];
559 dst[ESI] = src[REG_RSI];
H A DPcore.c548 lwp->lwp_status.pr_reg[REG_RSI] = prs64->pr_reg.lxr_rsi;
580 lwp->lwp_status.pr_reg[REG_RSI] = prs32->pr_reg.lxr_si;
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c545 dst[ESI] = src[REG_RSI];
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c1900 argp[1] = Lsp->pr_reg[REG_RSI];

Completed in 79 milliseconds