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

  /external/qemu/
exec-all.h 43 typedef struct TranslationBlock TranslationBlock;
70 void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
71 void gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
72 void restore_state_to_opc(CPUState *env, struct TranslationBlock *tb, int pc_pos);
76 int cpu_gen_code(CPUState *env, struct TranslationBlock *tb,
78 int cpu_restore_state(struct TranslationBlock *tb,
82 TranslationBlock *tb_gen_code(CPUState *env,
125 struct TranslationBlock {
137 struct TranslationBlock *phys_hash_next
    [all...]
android-trace.h 23 struct TranslationBlock;
45 extern void trace_bb_helper(uint64_t bb_num, struct TranslationBlock *tb);
gen-icount.h 27 static void gen_icount_end(TranslationBlock *tb, int num_insns)
cpu-defs.h 152 struct TranslationBlock *current_tb; /* currently executing TB */ \
165 struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE]; \
exec.c 86 static TranslationBlock *tbs;
88 TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];
137 TranslationBlock *first_tb;
509 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock));
679 TranslationBlock *tb;
697 TranslationBlock *tb;
715 static inline void tb_remove(TranslationBlock **ptb, TranslationBlock *tb,
718 TranslationBlock *tb1;
722 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset)
    [all...]
translate-all.c 99 int cpu_gen_code(CPUState *env, TranslationBlock *tb, int *gen_code_size_ptr)
173 int cpu_restore_state(TranslationBlock *tb,
cpu-exec.c 101 static void cpu_exec_nocache(int max_cycles, TranslationBlock *orig_tb)
104 TranslationBlock *tb;
127 static TranslationBlock *tb_find_slow(target_ulong pc,
131 TranslationBlock *tb, **ptb1;
180 static inline TranslationBlock *tb_find_fast(void)
182 TranslationBlock *tb;
230 TranslationBlock *tb;
624 tb_add_jump((TranslationBlock *)(next_tb & ~3), next_tb & 3, tb);
646 tb = (TranslationBlock *)(long)(next_tb & ~3);
786 TranslationBlock *tb
    [all...]
trace.c     [all...]
  /external/qemu/target-arm/
exec.h 59 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
translate-android.h 155 TranslationBlock* tb;
op_helper.c 75 TranslationBlock *tb;
translate.c 60 struct TranslationBlock *tb;
    [all...]
  /external/qemu/memcheck/
memcheck_util.h 183 const TranslationBlock* tb = tb_find_pc(tb_pc);
  /external/qemu/target-i386/
cpu.h 905 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
translate.c 110 struct TranslationBlock *tb;
    [all...]
op_helper.c     [all...]

Completed in 303 milliseconds