Searched defs:new_eip (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 320 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local 1454 void helper_ljmp_protected(CPUX86State *env, int new_cs, target_ulong new_eip, in helper_ljmp_protected() 1594 void helper_lcall_real(CPUX86State *env, uint32_t new_cs, uint32_t new_eip, in helper_lcall_real() 1621 void helper_lcall_protected(CPUX86State *env, int new_cs, target_ulong new_eip, in helper_lcall_protected() 1929 uint32_t new_cs, new_eip, new_eflags; in helper_iret_real() local 2004 target_ulong new_eip, new_esp; in helper_ret_protected() local
|
H A D | translate.c | 1898 TCGv_i32 new_eip = tcg_temp_new_i32(); in gen_far_call() local 2192 target_ulong new_eip = new_pc - s->cs_base; in gen_jmp_rel() local
|