Home
last modified time | relevance | path

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

/titanic_41/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()
1213 greg_t cx = rp->r_rcx--; in fasttrap_pid_probe()
1242 greg_t cx = rp->r_rcx; in fasttrap_pid_probe()
1529 reg = &rp->r_rcx; in fasttrap_pid_probe()
1720 case REG_RCX: return (rp->r_rcx); in fasttrap_getreg()
H A Ddtrace_isa.c594 return (rp->r_rcx); in dtrace_getreg()
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c60 grp[REG_RCX] = rp->r_rcx; in gcore_getgregs()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c454 grp[REG_RCX] = rp->r_rcx; in getgregs()
525 grp[ECX] = (greg32_t)rp->r_rcx; in getgregs32()
715 rp->r_rcx = grp[REG_RCX]; in setgregs()
768 rp->r_rcx = (uint32_t)grp[REG_RCX]; in setgregs()
1075 PANICNVADD(pnv, "rcx", rp->r_rcx); in panic_saveregs()
H A Dsyscall.c1055 lwp->lwp_arg[3] = rp->r_rcx; in save_syscall_args()
/titanic_41/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h64 greg_t r_rcx; /* 4th arg to function */ member
/titanic_41/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c361 rp->r_rcx = t->t_dtrace_regv; in dtrace_safe_defer_signal()
H A Dtrap.c1735 printf(fmt, "rcx", rp->r_rcx, " r8", rp->r_r8, " r9", rp->r_r9); in dumpregs()
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c168 gregs->kregs[KREG_RCX] = regs->r_rcx; in kt_regs_to_kregs()
/titanic_41/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in78 r_rcx REGOFF_RCX
/titanic_41/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1535 regs->r_rcx = ur->rcx; in xkb_getmregs()