Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h43 struct TranslationBlock { struct
60 * Target-specific data associated with the TranslationBlock, e.g.: argument
66 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 …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h118 typedef struct TranslationBlock TranslationBlock; typedef