/titanic_44/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 88 { "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]); in pt_regs()
|
/titanic_44/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 88 movq %rsi, EH_LOCALS_GREG(REG_RSI)(%rbp) 193 movq EH_LOCALS_GREG(REG_RSI)(%rbp), %rsi /* restore %rsi */
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 65 disp_reg_line(ph, &pstatus, "rdi", REG_RDI, "rsi", REG_RSI); in display_all_regs()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | regset.h | 81 #define REG_RSI 9 macro
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | makectxt.c | 89 ucp->uc_mcontext.gregs[REG_RSI] = tmp; in makecontext()
|
/titanic_44/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 231 dst[REG_RSI] = (uint32_t)src[ESI]; in ucontext_32_to_prgregs() 615 (void) Pputareg(P, REG_RSI, adp->arg_value); in Psyscall_copyinargs() 680 P->status.pr_lwp.pr_reg[REG_RSI]; in Psyscall_copyoutargs()
|
/titanic_44/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 58 grp[REG_RSI] = rp->r_rsi; in gcore_getgregs()
|
/titanic_44/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.s | 134 movq %rsi, REGOFF(REG_RSI) (%rsp)
|
/titanic_44/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 72 SED_REPLACE64(REG_RSI)
|
H A D | regs.d.in | 98 inline int R_RSI = @REG_RSI@;
|
/titanic_44/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 559 REG_RSI, /* ESI */ in dtrace_getreg() 589 case REG_RSI: in dtrace_getreg()
|
H A D | fasttrap_isa.c | 182 REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI, 1716 case REG_RSI: return (rp->r_rsi); in fasttrap_getreg()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 452 grp[REG_RSI] = rp->r_rsi; in getgregs() 557 dmc->gregs[REG_RSI] = (greg_t)(uint32_t)smc->gregs[ESI]; in ucontext_32ton() 713 rp->r_rsi = grp[REG_RSI]; in setgregs() 766 rp->r_rsi = (uint32_t)grp[REG_RSI]; in setgregs()
|
/titanic_44/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 144 dst[REG_RSI] = (uint32_t)src[ESI]; in prgregset_32ton()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 222 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 D | Pcore.c | 526 lwp->lwp_status.pr_reg[REG_RSI] = prs64->pr_reg.lxr_rsi; in lx_prstatus64_to_lwp() 558 lwp->lwp_status.pr_reg[REG_RSI] = prs32->pr_reg.lxr_si; in lx_prstatus32_to_lwp()
|
/titanic_44/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 545 dst[ESI] = src[REG_RSI]; in prgregset_n_to_32()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | fcall.c | 1900 argp[1] = Lsp->pr_reg[REG_RSI]; in get_arguments()
|