Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbiosemu.c253 M.x86.R_ESI = regs->e.esi; in BE_callRealMode()
279 regs->e.esi = M.x86.R_ESI; in BE_callRealMode()
304 M.x86.R_ESI = in->e.esi; in BE_int86()
321 out->e.esi = M.x86.R_ESI; in BE_int86()
344 M.x86.R_ESI = in->e.esi; in BE_int86x()
365 out->e.esi = M.x86.R_ESI; in BE_int86x()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c672 return &M.x86.R_ESI; in decode_rm_long_register()
767 return M.x86.R_ESI * index; in decode_sib_si()
842 offset = M.x86.R_ESI; in decode_sib_address()
904 return M.x86.R_ESI; in decode_rm00_address()
992 return M.x86.R_ESI + displacement; in decode_rm01_address()
1081 return M.x86.R_ESI + displacement; in decode_rm10_address()
H A Ddebug.c421 printk("ESI=%08x ", M.x86.R_ESI); in x86emu_dump_xregs()
H A Dops.c801 push_long(M.x86.R_ESI); in x86emuOp_push_all()
834 M.x86.R_ESI = pop_long(); in x86emuOp_pop_all()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c677 return &M.x86.R_ESI; in decode_rm_long_register()
773 base = M.x86.R_ESI; in decode_sib_address()
806 i = M.x86.R_ESI; in decode_sib_address()
875 return M.x86.R_ESI; in decode_rm00_address()
964 return M.x86.R_ESI + displacement; in decode_rm01_address()
1060 return M.x86.R_ESI + displacement; in decode_rm10_address()
H A Ddebug.c447 printk("ESI=%08x ", M.x86.R_ESI); in x86emu_dump_xregs()
H A Dops.c3774 M.x86.R_ESI = inc_long(M.x86.R_ESI); in x86emuOp_inc_SI()
3974 M.x86.R_ESI = dec_long(M.x86.R_ESI); in x86emuOp_dec_SI()
4178 push_long(M.x86.R_ESI); in x86emuOp_push_SI()
4378 M.x86.R_ESI = pop_long(); in x86emuOp_pop_SI()
4436 push_long(M.x86.R_ESI); in x86emuOp_push_all()
4472 M.x86.R_ESI = pop_long(); in x86emuOp_pop_all()
7337 M.x86.R_EAX = M.x86.R_ESI; in x86emuOp_xchg_word_AX_SI()
7338 M.x86.R_ESI = tmp; in x86emuOp_xchg_word_AX_SI()
8623 M.x86.R_ESI = srcval; in x86emuOp_mov_word_SI_IMM()
H A Dops2.c2715 M.x86.R_ESI = bswap_32(M.x86.R_ESI); in x86emuOp2_bswap()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.c67 .esi = M.x86.R_ESI, in int_exception_handler()
315 M.x86.R_ESI = esi; in interrupt_handler()
337 *(volatile u32 *)&esi = M.x86.R_ESI; in interrupt_handler()
H A Dbios_interrupts.c135 devindex = M.x86.R_ESI; in int1a_handler()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h20 #define X86_ESI M.x86.R_ESI
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h163 #define R_ESI spc.SI.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h165 #define R_ESI spc.SI.I32_reg.e_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch659 - printk("ESI=%08x ", M.x86.R_ESI );
689 + printk("ESI=%08x ", M.x86.R_ESI);
1472 - return &M.x86.R_ESI;
1498 + return &M.x86.R_ESI;
1641 - base = M.x86.R_ESI;
1644 + base = M.x86.R_ESI;
1697 - i = M.x86.R_ESI;
1700 + i = M.x86.R_ESI;
1762 - return M.x86.R_ESI;
1791 + return M.x86.R_ESI;
[all …]