Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h35 typedef struct TranslationBlock TranslationBlock; typedef
125 struct TranslationBlock { struct
137 struct TranslationBlock *phys_hash_next; argument
140 struct TranslationBlock *page_next[2]; argument
155 struct TranslationBlock *jmp_next[2]; argument
156 struct TranslationBlock *jmp_first; argument
159 struct BBRec *bb_rec;
160 uint64_t prev_time;
185 TranslationBlock *tb_alloc(target_ulong pc); argument