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

  /external/qemu/
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
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.c 902 target_ulong pc, target_ulong cs_base,
922 tb->cs_base = cs_base;
2940 target_ulong pc, cs_base; local
3841 target_ulong pc, cs_base; local
    [all...]
  /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...]

Completed in 88 milliseconds