Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A 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()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A 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()
H A Ddebug.c422 printk("EDI=%08x\n", M.x86.R_EDI); in x86emu_dump_xregs()
H A Dops.c802 push_long(M.x86.R_EDI); in x86emuOp_push_all()
833 M.x86.R_EDI = pop_long(); in x86emuOp_pop_all()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c680 return &M.x86.R_EDI; in decode_rm_long_register()
777 base = M.x86.R_EDI; in decode_sib_address()
810 i = M.x86.R_EDI; in decode_sib_address()
878 return M.x86.R_EDI; in decode_rm00_address()
967 return M.x86.R_EDI + displacement; in decode_rm01_address()
1063 return M.x86.R_EDI + displacement; in decode_rm10_address()
H A Ddebug.c448 printk("EDI=%08x\n", M.x86.R_EDI); in x86emu_dump_xregs()
H A Dops.c3799 M.x86.R_EDI = inc_long(M.x86.R_EDI); in x86emuOp_inc_DI()
3999 M.x86.R_EDI = dec_long(M.x86.R_EDI); in x86emuOp_dec_DI()
4203 push_long(M.x86.R_EDI); in x86emuOp_push_DI()
4403 M.x86.R_EDI = pop_long(); in x86emuOp_pop_DI()
4437 push_long(M.x86.R_EDI); in x86emuOp_push_all()
4471 M.x86.R_EDI = pop_long(); in x86emuOp_pop_all()
7368 M.x86.R_EAX = M.x86.R_EDI; in x86emuOp_xchg_word_AX_DI()
7369 M.x86.R_EDI = tmp; in x86emuOp_xchg_word_AX_DI()
8653 M.x86.R_EDI = srcval; in x86emuOp_mov_word_DI_IMM()
H A Dops2.c2718 M.x86.R_EDI = bswap_32(M.x86.R_EDI); in x86emuOp2_bswap()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.c68 .edi = M.x86.R_EDI, in int_exception_handler()
316 M.x86.R_EDI = edi; in interrupt_handler()
338 *(volatile u32 *)&edi = M.x86.R_EDI; in interrupt_handler()
H A Dbios_interrupts.c129 M.x86.R_EDI = 0x00000000; /* protected mode entry */ in int1a_handler()
167 reg = M.x86.R_EDI; in int1a_handler()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h21 #define X86_EDI M.x86.R_EDI
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h164 #define R_EDI spc.DI.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h166 #define R_EDI spc.DI.I32_reg.e_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch660 - printk("EDI=%08x\n", M.x86.R_EDI );
690 + printk("EDI=%08x\n", M.x86.R_EDI);
1475 - return &M.x86.R_EDI;
1501 + return &M.x86.R_EDI;
1648 - base = M.x86.R_EDI;
1651 + base = M.x86.R_EDI;
1704 - i = M.x86.R_EDI;
1707 + i = M.x86.R_EDI;
1765 - return M.x86.R_EDI;
1794 + return M.x86.R_EDI;
[all …]