Searched defs:TranslationBlock (Results 1 – 2 of 2) sorted by relevance
44 struct TranslationBlock { struct61 * Target-specific data associated with the TranslationBlock, e.g.: argument67 uint64_t cs_base;69 uint32_t flags; /* flags defining in which context the code was generated */70 uint32_t cflags; /* compile flags */92 uint16_t size;93 uint16_t icount;95 struct tb_tc tc;106 IntervalTreeNode itree;108 uintptr_t page_next[2];[all …]
118 typedef struct TranslationBlock TranslationBlock; typedef