Searched refs:EDI (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 179 rs[EDI] = status.pr_reg[EDI]; in getgregs() 186 rs[EDI] = 0; in getgregs() 201 status.pr_reg[EDI] = rs[EDI]; in setgregs() 240 ucp->uc_mcontext.gregs[EDI] = edi; in __csigsetjmp()
|
H A D | asm_subr.s | 120 pusha / EAX .. EDI
|
/titanic_44/usr/src/lib/brand/shared/brand/i386/ |
H A D | handler.s | 89 movl %edi, EH_LOCALS_GREG(EDI)(%ebp) 155 movl EH_LOCALS_GREG(EDI)(%ebp), %edi /* restore %edi */
|
/titanic_44/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 305 ps->pr_lwp.pr_reg[EDI] = cp->user.u_reg[EDI]; in ptrace() 622 ps->pr_lwp.pr_reg[EDI] = cp->user.u_reg[EDI]; in ProcUpdate() 673 cp->user.u_reg[EDI] = ps->pr_lwp.pr_reg[EDI]; in MakeUser()
|
/titanic_44/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 56 { "edi", EDI, MDB_TGT_R_EXPORT }, 57 { "di", EDI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 185 grs[GS], grs[EDI], grs[EDI]); in pt_regs()
|
H A D | mdb_ia32util.c | 71 { "di", EDI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/i386/ |
H A D | regs.c | 63 disp_reg_line(ph, &pstatus, "edi", EDI, "esi", ESI); in display_all_regs()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | regset.h | 110 #define EDI 4 macro
|
/titanic_44/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 48 SED_REPLACE(EDI)
|
H A D | regs.d.in | 39 inline int R_EDI = @EDI@;
|
/titanic_44/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 145 dst[REG_RDI] = (uint32_t)src[EDI]; in prgregset_32ton()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 221 dst[REG_RDI] = (uint32_t)src[EDI]; in prgregset_32_to_n() 558 dst[EDI] = src[REG_RDI]; in prgregset_n_to_32()
|
H A D | Pcore.c | 574 lwp->lwp_status.pr_reg[EDI] = prs32->pr_reg.lxr_di; in lx_prstatus32_to_lwp()
|
/titanic_44/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 544 dst[EDI] = src[REG_RDI]; in prgregset_n_to_32()
|
/titanic_44/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 232 dst[REG_RDI] = (uint32_t)src[EDI]; in ucontext_32_to_prgregs()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 519 grp[EDI] = (greg32_t)rp->r_rdi; in getgregs32() 556 dmc->gregs[REG_RDI] = (greg_t)(uint32_t)smc->gregs[EDI]; in ucontext_32ton()
|
/titanic_44/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 187 EAX, ECX, EDX, EBX, UESP, EBP, ESI, EDI
|