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

  /external/qemu/include/exec/
exec-all.h 92 target_ulong pc, target_ulong cs_base, int flags,
154 target_ulong cs_base; /* CS base for this block */ member in struct:TranslationBlock
  /external/qemu/
cpu-exec.c 104 tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
122 target_ulong cs_base,
143 tb->cs_base == cs_base &&
160 tb = tb_gen_code(env, pc, cs_base, flags, 0);
177 target_ulong cs_base, pc; local
183 cpu_get_tb_cpu_state(env, &pc, &cs_base, &flags);
185 if (unlikely(!tb || tb->pc != pc || tb->cs_base != cs_base ||
187 tb = tb_find_slow(env, pc, cs_base, flags)
    [all...]
exec.c 1550 target_ulong pc, cs_base; local
    [all...]
translate-all.c 982 target_ulong pc, target_ulong cs_base,
1003 tb->cs_base = cs_base;
1504 target_ulong pc, cs_base; local
    [all...]
  /external/qemu/target-i386/
translate.c 101 target_ulong pc; /* pc = eip + cs_base */
105 target_ulong cs_base; /* base of CS segment */ member in struct:DisasContext
859 next_eip = s->pc - s->cs_base;
7778 target_ulong cs_base; local
    [all...]

Completed in 1649 milliseconds