Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.c71 .eip = M.x86.R_EIP, in int_exception_handler()
318 M.x86.R_EIP = ip; in interrupt_handler()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h23 #define X86_EIP M.x86.R_EIP
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c7484 push_long(M.x86.R_EIP); in x86emuOp_call_far_IMM()
7489 M.x86.R_EIP = faroff & 0xffff; in x86emuOp_call_far_IMM()
8953 M.x86.R_EIP = pop_long(); in x86emuOp_ret_near_IMM()
8974 M.x86.R_EIP = pop_long(); in x86emuOp_ret_near()
9322 M.x86.R_EIP = pop_long(); in x86emuOp_ret_far_IMM()
9345 M.x86.R_EIP = pop_long(); in x86emuOp_ret_far()
9452 M.x86.R_EIP = pop_long(); in x86emuOp_iret()
10244 push_long(M.x86.R_EIP); in x86emuOp_call_near_IMM()
10245 M.x86.R_EIP = ip32 & 0xffff; in x86emuOp_call_near_IMM()
10249 M.x86.R_EIP = ip16; in x86emuOp_call_near_IMM()
[all …]
H A Ddebug.c453 printk("EIP=%08x\n\t", M.x86.R_EIP); in x86emu_dump_xregs()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h165 #define R_EIP spc.IP.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h167 #define R_EIP spc.IP.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c427 printk("EIP=%08x\n\t", M.x86.R_EIP); in x86emu_dump_xregs()
/OK3568_Linux_fs/yocto/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;