Searched defs:TranslationBlock (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dexec-all.h43 typedef struct TranslationBlock TranslationBlock; typedef in typeref:struct: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 { struct
137 struct TranslationBlock *phys_hash_nex
[all...]

Completed in 129 milliseconds