Home | History | Annotate | Download | only in target-i386

Lines Matching refs:next_eip

186                        uint32_t next_eip)
286 cpu_stl_kernel(env, env->tr.base + 0x20, next_eip);
300 cpu_stw_kernel(env, env->tr.base + 0x0e, next_eip);
496 unsigned int next_eip, int is_hw)
509 old_eip = next_eip;
722 target_ulong next_eip, int is_hw)
735 old_eip = next_eip;
960 unsigned int next_eip)
978 old_eip = next_eip;
999 target_ulong next_eip)
1025 EIP = next_eip;
1053 * the int instruction. next_eip is the EIP value AFTER the interrupt
1058 target_ulong next_eip, int is_hw)
1098 do_interrupt64(env, intno, is_int, error_code, next_eip, is_hw);
1102 do_interrupt_protected(env, intno, is_int, error_code, next_eip, is_hw);
1109 do_interrupt_real(env, intno, is_int, error_code, next_eip);
1410 target_ulong next_eip;
1454 next_eip = env->eip + next_eip_addend;
1455 switch_tss(env, new_cs, e1, e2, SWITCH_TSS_JMP, next_eip);
1497 int shift, int next_eip)
1509 PUSHL(ssp, esp, esp_mask, next_eip);
1512 PUSHW(ssp, esp, esp_mask, next_eip);
1530 target_ulong ssp, old_ssp, next_eip;
1532 next_eip = env->eip + next_eip_addend;
1567 PUSHQ(rsp, next_eip);
1582 PUSHL(ssp, sp, sp_mask, next_eip);
1585 PUSHW(ssp, sp, sp_mask, next_eip);
1608 switch_tss(env, new_cs, e1, e2, SWITCH_TSS_CALL, next_eip);
1696 PUSHL(ssp, sp, sp_mask, next_eip);
1699 PUSHW(ssp, sp, sp_mask, next_eip);
1977 void helper_iret_protected(CPUX86State *env, int shift, int next_eip)
1997 switch_tss(env, tss_selector, e1, e2, SWITCH_TSS_IRET, next_eip);