Home
last modified time | relevance | path

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

/u-boot/drivers/bios_emulator/
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()
/u-boot/arch/x86/lib/
A Dbios.c69 .esi = M.x86.R_ESI, in int_exception_handler()
321 M.x86.R_ESI = esi; in interrupt_handler()
343 *(volatile u32 *)&esi = M.x86.R_ESI; in interrupt_handler()
A Dbios_interrupts.c135 devindex = M.x86.R_ESI; in int1a_handler()
/u-boot/drivers/bios_emulator/x86emu/
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()
A Ddebug.c421 printk("ESI=%08x ", M.x86.R_ESI); in x86emu_dump_xregs()
A Dops.c801 push_long(M.x86.R_ESI); in x86emuOp_push_all()
834 M.x86.R_ESI = pop_long(); in x86emuOp_pop_all()
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h165 #define R_ESI spc.SI.I32_reg.e_reg macro

Completed in 16 milliseconds