/external/qemu/ |
kqemu.h | 87 uint64_t next_eip; /* next eip value when exiting with an interrupt */ member in struct:kqemu_cpu_state
|
/external/qemu/target-i386/ |
translate.c | 742 target_ulong next_eip; local 765 next_eip = s->pc - s->cs_base; 768 tcg_const_i32(next_eip - cur_eip)); 1140 static int gen_jz_ecx_string(DisasContext *s, target_ulong next_eip) 1148 gen_jmp_tb(s, next_eip, 1); 1236 target_ulong cur_eip, target_ulong next_eip) \ 1240 l2 = gen_jz_ecx_string(s, next_eip); \ 4046 target_ulong next_eip, tval; local [all...] |
op_helper.c | 278 uint32_t next_eip) 379 stl_kernel(env->tr.base + 0x20, next_eip); 393 stw_kernel(env->tr.base + 0x0e, next_eip); 658 unsigned int next_eip, int is_hw) 671 old_eip = next_eip; 883 target_ulong next_eip, int is_hw) 896 old_eip = next_eip; 2201 target_ulong next_eip; local 2319 target_ulong ssp, old_ssp, next_eip; local [all...] |