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