Home
last modified time | relevance | path

Searched refs:R_EDI (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/bios_emulator/
Dbiosemu.c254 M.x86.R_EDI = regs->e.edi; in BE_callRealMode()
280 regs->e.edi = M.x86.R_EDI; in BE_callRealMode()
305 M.x86.R_EDI = in->e.edi; in BE_int86()
322 out->e.edi = M.x86.R_EDI; in BE_int86()
345 M.x86.R_EDI = in->e.edi; in BE_int86x()
366 out->e.edi = M.x86.R_EDI; in BE_int86x()
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c675 return &M.x86.R_EDI; in decode_rm_long_register()
770 return M.x86.R_EDI * index; in decode_sib_si()
846 offset = M.x86.R_EDI; in decode_sib_address()
907 return M.x86.R_EDI; in decode_rm00_address()
995 return M.x86.R_EDI + displacement; in decode_rm01_address()
1084 return M.x86.R_EDI + displacement; in decode_rm10_address()
Ddebug.c422 printk("EDI=%08x\n", M.x86.R_EDI); in x86emu_dump_xregs()
Dops.c802 push_long(M.x86.R_EDI); in x86emuOp_push_all()
833 M.x86.R_EDI = pop_long(); in x86emuOp_pop_all()
/external/u-boot/arch/x86/lib/
Dbios.c67 .edi = M.x86.R_EDI, in int_exception_handler()
319 M.x86.R_EDI = edi; in interrupt_handler()
341 *(volatile u32 *)&edi = M.x86.R_EDI; in interrupt_handler()
Dbios_interrupts.c128 M.x86.R_EDI = 0x00000000; /* protected mode entry */ in int1a_handler()
166 reg = M.x86.R_EDI; in int1a_handler()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h166 #define R_EDI spc.DI.I32_reg.e_reg macro