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

  /external/qemu/target-i386/
translate.c 87 target_ulong pc; /* pc = eip + cs_base */
91 target_ulong cs_base; /* base of CS segment */ member in struct:DisasContext
765 next_eip = s->pc - s->cs_base;
7612 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 112 tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
129 target_ulong cs_base,
150 tb->cs_base == cs_base &&
167 tb = tb_gen_code(env, pc, cs_base, flags, 0);
184 target_ulong cs_base, pc; local
190 cpu_get_tb_cpu_state(env, &pc, &cs_base, &flags);
192 if (unlikely(!tb || tb->pc != pc || tb->cs_base != cs_base ||
194 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 902 target_ulong pc, target_ulong cs_base,
922 tb->cs_base = cs_base;
2940 target_ulong pc, cs_base; local
3846 target_ulong pc, cs_base; local
    [all...]
  /external/qemu/target-arm/
cpu.h 519 target_ulong *cs_base, int *flags)
523 *cs_base = 0;
  /external/qemu/target-mips/
cpu.h 614 target_ulong *cs_base, int *flags)
617 *cs_base = 0;

Completed in 443 milliseconds