Home
last modified time | relevance | path

Searched refs:EDI (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c180 rs[EDI] = status.pr_reg[EDI]; in getgregs()
187 rs[EDI] = 0; in getgregs()
202 status.pr_reg[EDI] = rs[EDI]; in setgregs()
241 ucp->uc_mcontext.gregs[EDI] = edi; in __csigsetjmp()
H A Dasm_subr.S120 pusha / EAX .. EDI
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c61 { "edi", EDI, MDB_TGT_R_EXPORT },
62 { "di", EDI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
191 grs[GS], grs[EDI], grs[EDI]); in pt_regs()
H A Dmdb_ia32util.c77 { "di", EDI, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.S89 movl %edi, EH_LOCALS_GREG(EDI)(%ebp)
155 movl EH_LOCALS_GREG(EDI)(%ebp), %edi /* restore %edi */
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c303 ps->pr_lwp.pr_reg[EDI] = cp->user.u_reg[EDI]; in ptrace()
620 ps->pr_lwp.pr_reg[EDI] = cp->user.u_reg[EDI]; in ProcUpdate()
671 cp->user.u_reg[EDI] = ps->pr_lwp.pr_reg[EDI]; in MakeUser()
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.s42 .set V86_EDI,0x34 # V86 EDI
78 xchgl %edi,V86_EDI(%ebp) # Swap EDI
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Dregs.c63 disp_reg_line(ph, &pstatus, "edi", EDI, "esi", ESI); in display_all_regs()
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h110 #define EDI 4 macro
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in46 SED_REPLACE(EDI)
H A Dregs.d.in39 inline int R_EDI = @EDI@;
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c206 EAX, EDX, ECX, EBX, ESI, EDI, EBP, ESP, // 32-bit enumerator
231 REGINFO( DI, "%di", EDI, ESI_EDI),
239 REGINFO(EDI, "%edi", DI, ESI_EDI),
244 REGINFO(ESI_EDI, "%esi:%edi", SI, ESI, DI, EDI),
255 REGSTORAGE(ESI), REGSTORAGE(EDI), REGSTORAGE(EBP), REGSTORAGE(ESP),
314 static struct regclass regclass_32 = { "32-bit", { EAX, EDX, ECX, EBX, ESI, EDI, EBP }};
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S515 # Convert AL to hex, saving the result to [EDI].
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c358 grp[EDI] = (greg32_t)rp->r_rdi; in getgregs32()
395 dmc->gregs[REG_RDI] = (greg_t)(uint32_t)smc->gregs[EDI]; in ucontext_32ton()
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c150 dst[REG_RDI] = (uint32_t)src[EDI]; in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c515 dst[EDI] = src[REG_RDI]; in prgregset_n_to_32()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c221 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 DPcore.c613 lwp->lwp_status.pr_reg[EDI] = prs32->pr_reg.lxr_di; in lx_prstatus32_to_lwp()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c255 dst[REG_RDI] = (uint32_t)src[EDI]; in ucontext_32_to_prgregs()