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

/u-boot/drivers/bios_emulator/
H A Dbiosemu.c253 M.x86.R_ESI = regs->e.esi;
279 regs->e.esi = M.x86.R_ESI;
304 M.x86.R_ESI = in->e.esi;
321 out->e.esi = M.x86.R_ESI;
344 M.x86.R_ESI = in->e.esi;
365 out->e.esi = M.x86.R_ESI;
/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c673 return &M.x86.R_ESI;
768 return M.x86.R_ESI * index;
843 offset = M.x86.R_ESI;
905 return M.x86.R_ESI;
993 return M.x86.R_ESI + displacement;
1082 return M.x86.R_ESI + displacement;
H A Ddebug.c422 printk("ESI=%08x ", M.x86.R_ESI);
H A Dops.c802 push_long(M.x86.R_ESI);
835 M.x86.R_ESI = pop_long();
/u-boot/arch/x86/lib/
H A Dbios.c71 .esi = M.x86.R_ESI,
323 M.x86.R_ESI = esi;
345 *(volatile u32 *)&esi = M.x86.R_ESI;
H A Dbios_interrupts.c135 devindex = M.x86.R_ESI;
/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h166 #define R_ESI spc.SI.I32_reg.e_reg macro

Completed in 174 milliseconds