Searched refs:r_rsi (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 58 grp[REG_RSI] = rp->r_rsi; in gcore_getgregs()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 452 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 D | sendsig.c | 332 rp->r_rsi = (uintptr_t)sip_addr; in sendsig()
|
H A D | syscall.c | 1054 lwp->lwp_arg[1] = rp->r_rsi; in save_syscall_args()
|
/titanic_50/usr/src/uts/intel/amd64/sys/ |
H A D | privregs.h | 62 greg_t r_rsi; /* 2nd arg to function */ member
|
/titanic_50/usr/src/cmd/mdb/intel/mdb/ |
H A D | kvm_amd64dep.c | 166 gregs->kregs[KREG_RSI] = regs->r_rsi; in kt_regs_to_kregs()
|
/titanic_50/usr/src/uts/intel/amd64/ml/ |
H A D | mach_offsets.in | 76 r_rsi REGOFF_RSI
|
/titanic_50/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 970 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 D | dtrace_isa.c | 590 return (rp->r_rsi); in dtrace_getreg()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1734 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 D | mdb_kb.c | 1533 regs->r_rsi = ur->rsi; in xkb_getmregs()
|