Home
last modified time | relevance | path

Searched refs:R_EIP (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dbios.c70 .eip = M.x86.R_EIP, in int_exception_handler()
321 M.x86.R_EIP = ip; in interrupt_handler()
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h167 #define R_EIP spc.IP.I32_reg.e_reg macro
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c427 printk("EIP=%08x\n\t", M.x86.R_EIP); in x86emu_dump_xregs()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch665 - printk("EIP=%08x\n\t", M.x86.R_EIP );
695 + printk("EIP=%08x\n\t", M.x86.R_EIP);
8229 + push_long(M.x86.R_EIP);
8234 + M.x86.R_EIP = faroff & 0xffff;
10131 + push_long(M.x86.R_EIP);
10132 + M.x86.R_EIP = ip32 & 0xffff;
10136 + M.x86.R_EIP = ip16;
10161 + ip += (u32) M.x86.R_EIP;
10164 + M.x86.R_EIP = (u32) ip;
10202 + M.x86.R_EIP = ip & 0xffff;