HomeSort by relevance Sort by last modified time
    Searched full:cs_base (Results 1 - 7 of 7) sorted by null

  /external/qemu/target-i386/
translate.c 86 target_ulong pc; /* pc = eip + cs_base */
90 target_ulong cs_base; /* base of CS segment */ member in struct:DisasContext
764 next_eip = s->pc - s->cs_base;
7611 target_ulong cs_base; local
    [all...]
cpu.h 907 env->eip = tb->pc - tb->cs_base;
911 target_ulong *cs_base, int *flags)
913 *cs_base = env->segs[R_CS].base;
914 *pc = *cs_base + env->eip;
  /external/qemu/
cpu-exec.c 111 tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
128 target_ulong cs_base,
149 tb->cs_base == cs_base &&
166 tb = tb_gen_code(env, pc, cs_base, flags, 0);
183 target_ulong cs_base, pc; local
189 cpu_get_tb_cpu_state(env, &pc, &cs_base, &flags);
191 if (unlikely(!tb || tb->pc != pc || tb->cs_base != cs_base ||
193 tb = tb_find_slow(pc, cs_base, flags)
    [all...]
exec-all.h 83 target_ulong pc, target_ulong cs_base, int flags,
127 target_ulong cs_base; /* CS base for this block */ member in struct:TranslationBlock
exec.c 901 target_ulong pc, target_ulong cs_base,
921 tb->cs_base = cs_base;
2914 target_ulong pc, cs_base; local
3820 target_ulong pc, cs_base; local
    [all...]
  /external/qemu/target-arm/
cpu.h 519 target_ulong *cs_base, int *flags)
523 *cs_base = 0;
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 390 milliseconds