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

  /external/qemu/
cpu-exec.c 108 tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
124 target_ulong cs_base,
147 tb->cs_base == cs_base &&
164 tb = tb_gen_code(env, pc, cs_base, flags, 0);
175 target_ulong cs_base, pc; local
181 cpu_get_tb_cpu_state(env, &pc, &cs_base, &flags);
183 if (unlikely(!tb || tb->pc != pc || tb->cs_base != cs_base ||
185 tb = tb_find_slow(pc, cs_base, flags)
    [all...]
exec-all.h 79 target_ulong pc, target_ulong cs_base, int flags,
123 target_ulong cs_base; /* CS base for this block */ member in struct:TranslationBlock
exec.c 892 target_ulong pc, target_ulong cs_base,
912 tb->cs_base = cs_base;
2716 target_ulong pc, cs_base; local
3622 target_ulong pc, cs_base; local
    [all...]
  /external/qemu/target-arm/
cpu.h 447 target_ulong *cs_base, int *flags)
450 *cs_base = 0;
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 66 milliseconds