Searched defs:TranslationBlock (Results 1 – 2 of 2) sorted by relevance
43 struct TranslationBlock { struct60 * Target-specific data associated with the TranslationBlock, e.g.: argument66 uint64_t cs_base;68 uint32_t flags; /* flags defining in which context the code was generated */69 uint32_t cflags; /* compile flags */91 uint16_t size;92 uint16_t icount;94 struct tb_tc tc;105 IntervalTreeNode itree;107 uintptr_t page_next[2];[all …]
118 typedef struct TranslationBlock TranslationBlock; typedef