Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c93 { "rsi", REG_RSI, MDB_TGT_R_EXPORT },
94 { "esi", REG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_32 },
95 { "si", REG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
96 { "sil", REG_RSI, MDB_TGT_R_EXPORT | MDB_TGT_R_8L },
229 grs[REG_RSI], grs[REG_R12]); in pt_regs()
/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/sgs/demo_rdb/amd64/
H A Dregs.c65 disp_reg_line(ph, &pstatus, "rdi", REG_RDI, "rsi", REG_RSI); in display_all_regs()
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h81 #define REG_RSI 9 macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c94 ucp->uc_mcontext.gregs[REG_RSI] = tmp; in makecontext()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c540 REG_RSI, /* ESI */
574 case REG_RSI: in dtrace_getreg()
646 case REG_RSI: in dtrace_setreg()
H A Dfasttrap_isa.c179 REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI,
1646 case REG_RSI: return (rp->r_rsi); in fasttrap_getreg()
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c59 grp[REG_RSI] = rp->r_rsi; in gcore_getgregs()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c254 dst[REG_RSI] = (uint32_t)src[ESI]; in ucontext_32_to_prgregs()
644 (void) Pputareg(P, REG_RSI, adp->arg_value); in Psyscall_copyinargs()
709 P->status.pr_lwp.pr_reg[REG_RSI]; in Psyscall_copyoutargs()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c294 grp[REG_RSI] = rp->r_rsi; in getgregs()
396 dmc->gregs[REG_RSI] = (greg_t)(uint32_t)smc->gregs[ESI]; in ucontext_32ton()
548 rp->r_rsi = grp[REG_RSI]; in setgregs()
601 rp->r_rsi = (uint32_t)grp[REG_RSI]; in setgregs()
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in70 SED_REPLACE64(REG_RSI)
H A Dregs.d.in98 inline int R_RSI = @REG_RSI@;
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.S134 movq %rsi, REGOFF(REG_RSI) (%rsp)
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c149 dst[REG_RSI] = (uint32_t)src[ESI]; in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c516 dst[ESI] = src[REG_RSI]; in prgregset_n_to_32()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c222 dst[REG_RSI] = (uint32_t)src[ESI]; in prgregset_32_to_n()
559 dst[ESI] = src[REG_RSI]; in prgregset_n_to_32()
H A DPcore.c549 lwp->lwp_status.pr_reg[REG_RSI] = prs64->pr_reg.lxr_rsi; in lx_prstatus64_to_lwp()
581 lwp->lwp_status.pr_reg[REG_RSI] = prs32->pr_reg.lxr_si; in lx_prstatus32_to_lwp()
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c1881 argp[1] = Lsp->pr_reg[REG_RSI]; in get_arguments()