Searched refs:ECX (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 72 { "ecx", ECX, MDB_TGT_R_EXPORT }, 73 { "cx", ECX, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 74 { "ch", ECX, MDB_TGT_R_EXPORT | MDB_TGT_R_8H }, 75 { "cl", ECX, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 176 grs[SS], grs[ECX], grs[ECX]); in pt_regs()
|
/titanic_50/usr/src/lib/brand/shared/brand/i386/ |
H A D | handler.s | 87 movl %ecx, EH_LOCALS_GREG(ECX)(%ebp) 170 movl EH_LOCALS_GREG(ECX)(%ebp), %ecx /* restore %ecx */
|
/titanic_50/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 311 ps->pr_lwp.pr_reg[ECX] = cp->user.u_reg[ECX]; in ptrace() 628 ps->pr_lwp.pr_reg[ECX] = cp->user.u_reg[ECX]; in ProcUpdate() 679 cp->user.u_reg[ECX] = ps->pr_lwp.pr_reg[ECX]; in MakeUser()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/i386/ |
H A D | regs.c | 66 disp_reg_line(ph, &pstatus, "ecx", ECX, "eax", EAX); in display_all_regs()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | regset.h | 104 #define ECX 10 macro
|
/titanic_50/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 54 SED_REPLACE(ECX)
|
H A D | regs.d.in | 51 inline int R_ECX = @ECX@;
|
/titanic_50/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 247 ucp->uc_mcontext.gregs[ECX] = ecx; in __csigsetjmp()
|
/titanic_50/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 140 dst[REG_RCX] = (uint32_t)src[ECX]; in prgregset_32ton()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 226 dst[REG_RCX] = (uint32_t)src[ECX]; in prgregset_32_to_n() 563 dst[ECX] = src[REG_RCX]; in prgregset_n_to_32()
|
H A D | Pcore.c | 571 lwp->lwp_status.pr_reg[ECX] = prs32->pr_reg.lxr_cx; in lx_prstatus32_to_lwp()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 549 dst[ECX] = src[REG_RCX]; in prgregset_n_to_32()
|
/titanic_50/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 227 dst[REG_RCX] = (uint32_t)src[ECX]; in ucontext_32_to_prgregs()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 525 grp[ECX] = (greg32_t)rp->r_rcx; in getgregs32() 561 dmc->gregs[REG_RCX] = (greg_t)(uint32_t)smc->gregs[ECX]; in ucontext_32ton()
|
/titanic_50/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 187 EAX, ECX, EDX, EBX, UESP, EBP, ESI, EDI
|