Home
last modified time | relevance | path

Searched refs:r_rsi (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c58 grp[REG_RSI] = rp->r_rsi; in gcore_getgregs()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Darchdep.c452 grp[REG_RSI] = rp->r_rsi; in getgregs()
520 grp[ESI] = (greg32_t)rp->r_rsi; in getgregs32()
713 rp->r_rsi = grp[REG_RSI]; in setgregs()
766 rp->r_rsi = (uint32_t)grp[REG_RSI]; in setgregs()
1073 PANICNVADD(pnv, "rsi", rp->r_rsi); in panic_saveregs()
H A Dsendsig.c332 rp->r_rsi = (uintptr_t)sip_addr; in sendsig()
H A Dsyscall.c1054 lwp->lwp_arg[1] = rp->r_rsi; in save_syscall_args()
/titanic_50/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h62 greg_t r_rsi; /* 2nd arg to function */ member
/titanic_50/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c166 gregs->kregs[KREG_RSI] = regs->r_rsi; in kt_regs_to_kregs()
/titanic_50/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in76 r_rsi REGOFF_RSI
/titanic_50/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c970 rp->r_rsi, rp->r_rdx, rp->r_rcx, in fasttrap_pid_probe()
985 rp->r_rsi, rp->r_rdx, rp->r_rcx, in fasttrap_pid_probe()
1716 case REG_RSI: return (rp->r_rsi); in fasttrap_getreg()
H A Ddtrace_isa.c590 return (rp->r_rsi); in dtrace_getreg()
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1734 printf(fmt, "rdi", rp->r_rdi, "rsi", rp->r_rsi, "rdx", rp->r_rdx); in dumpregs()
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1533 regs->r_rsi = ur->rsi; in xkb_getmregs()