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.h41 struct TranslationBlock { struct
58 * Target-specific data associated with the TranslationBlock, e.g.: argument
64 uint64_t cs_base;
66 uint32_t flags; /* flags defining in which context the code was generated */
67 uint32_t cflags; /* compile flags */
89 uint16_t size;
90 uint16_t icount;
92 struct tb_tc tc;
103 IntervalTreeNode itree;
105 uintptr_t page_next[2];
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h116 typedef struct TranslationBlock TranslationBlock; typedef