/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 106 { "rcx", REG_RCX, MDB_TGT_R_EXPORT }, 107 { "ecx", REG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_32 }, 108 { "cx", REG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 109 { "ch", REG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_8H }, 110 { "cl", REG_RCX, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 219 grs[REG_RCX], grs[REG_R10]); in pt_regs()
|
/titanic_41/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 90 movq %rcx, EH_LOCALS_GREG(REG_RCX)(%rbp) 191 movq EH_LOCALS_GREG(REG_RCX)(%rbp), %rcx /* restore %rcx */
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | makectxt.c | 95 ucp->uc_mcontext.gregs[REG_RCX] = tmp; in makecontext()
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 68 disp_reg_line(ph, &pstatus, "rcx", REG_RCX, "rax", REG_RAX); in display_all_regs()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 227 dst[REG_RCX] = (uint32_t)src[ECX]; in ucontext_32_to_prgregs() 621 (void) Pputareg(P, REG_RCX, adp->arg_value); in Psyscall_copyinargs() 688 P->status.pr_lwp.pr_reg[REG_RCX]; in Psyscall_copyoutargs()
|
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 60 grp[REG_RCX] = rp->r_rcx; in gcore_getgregs()
|
/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.s | 137 movq %rcx, REGOFF(REG_RCX) (%rsp)
|
/titanic_41/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 68 SED_REPLACE64(REG_RCX)
|
H A D | regs.d.in | 90 inline int R_RCX = @REG_RCX@;
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | regset.h | 76 #define REG_RCX 13 macro
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 564 REG_RCX, /* ECX */ in dtrace_getreg() 593 case REG_RCX: 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, 1530 curthread->t_dtrace_reg = REG_RCX; in fasttrap_pid_probe() 1720 case REG_RCX: return (rp->r_rcx); in fasttrap_getreg()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 454 grp[REG_RCX] = rp->r_rcx; in getgregs() 561 dmc->gregs[REG_RCX] = (greg_t)(uint32_t)smc->gregs[ECX]; in ucontext_32ton() 715 rp->r_rcx = grp[REG_RCX]; in setgregs() 768 rp->r_rcx = (uint32_t)grp[REG_RCX]; in setgregs()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | dtrace_subr.c | 360 case REG_RCX: in dtrace_safe_defer_signal()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 140 dst[REG_RCX] = (uint32_t)src[ECX]; in prgregset_32ton()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 228 dst[REG_RCX] = (uint32_t)src[ECX]; in prgregset_32_to_n() 565 dst[ECX] = src[REG_RCX]; in prgregset_n_to_32()
|
H A D | Pcore.c | 530 lwp->lwp_status.pr_reg[REG_RCX] = prs64->pr_reg.lxr_rcx; in lx_prstatus64_to_lwp() 562 lwp->lwp_status.pr_reg[REG_RCX] = prs32->pr_reg.lxr_cx; in lx_prstatus32_to_lwp()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 549 dst[ECX] = src[REG_RCX]; in prgregset_n_to_32()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | fcall.c | 1902 argp[3] = Lsp->pr_reg[REG_RCX]; in get_arguments()
|