Searched refs:R_EIP (Results 1 – 8 of 8) sorted by relevance
71 .eip = M.x86.R_EIP, in int_exception_handler()318 M.x86.R_EIP = ip; in interrupt_handler()
23 #define X86_EIP M.x86.R_EIP
7484 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 …]
453 printk("EIP=%08x\n\t", M.x86.R_EIP); in x86emu_dump_xregs()
165 #define R_EIP spc.IP.I32_reg.e_reg macro
167 #define R_EIP spc.IP.I32_reg.e_reg macro
427 printk("EIP=%08x\n\t", M.x86.R_EIP); in x86emu_dump_xregs()
665 - 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;