Lines Matching refs:eip
440 env->eip = new_eip; in switch_tss()
673 old_eip = env->eip; in do_interrupt_protected()
841 env->eip = offset; in do_interrupt_protected()
898 old_eip = env->eip; in do_interrupt64()
989 env->eip = offset; in do_interrupt64()
1004 env->exception_next_eip = env->eip + next_eip_addend; in helper_syscall()
1019 ECX = env->eip + next_eip_addend; in helper_syscall()
1038 env->eip = env->lstar; in helper_syscall()
1040 env->eip = env->cstar; in helper_syscall()
1042 ECX = (uint32_t)(env->eip + next_eip_addend); in helper_syscall()
1056 env->eip = (uint32_t)env->star; in helper_syscall()
1083 env->eip = ECX; in helper_sysret()
1090 env->eip = (uint32_t)ECX; in helper_sysret()
1106 env->eip = (uint32_t)ECX; in helper_sysret()
1148 old_eip = env->eip; in do_interrupt_real()
1157 env->eip = offset; in do_interrupt_real()
1244 ptr = env->segs[R_CS].base + env->eip; in do_interrupt()
1347 env->exception_next_eip = env->eip + next_eip_addend; in raise_interrupt()
1435 stq_phys(sm_state + 0x7f78, env->eip); in do_smm_enter()
1450 stl_phys(sm_state + 0x7ff0, env->eip); in do_smm_enter()
1500 env->eip = 0x00008000; in do_smm_enter()
1561 env->eip = ldq_phys(sm_state + 0x7f78); in helper_rsm()
1580 env->eip = ldl_phys(sm_state + 0x7ff0); in helper_rsm()
2245 next_eip = env->eip + next_eip_addend; in helper_ljmp_protected()
2306 env->eip = new_eip; in helper_lcall_real()
2321 next_eip = env->eip + next_eip_addend; in helper_lcall_protected()
2543 env->eip = new_eip; in helper_iret_real()
2733 env->eip = new_eip; in helper_ret_protected()
2767 env->eip = new_eip & 0xffff; in helper_ret_protected()
5035 env->eip = EIP; in helper_vmrun()
5295 env->eip + next_eip_addend); in helper_svm_check_io()
5348 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rip), env->eip); in helper_vmexit()