aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-02-24 16:58:10 +0000
committerRichard Henderson <richard.henderson@linaro.org>2021-03-06 11:53:53 -0800
commit872ebd884dd68ecef4c6f9f86c5da519f18bd31e (patch)
tree9dbc47b8522116945a705559545098683d514e25
parentbf253ac606de4a934e41ba178bf4f1338c554cec (diff)
downloadqemu-872ebd884dd68ecef4c6f9f86c5da519f18bd31e.zip
qemu-872ebd884dd68ecef4c6f9f86c5da519f18bd31e.tar.gz
qemu-872ebd884dd68ecef4c6f9f86c5da519f18bd31e.tar.bz2
include/exec: lightly re-arrange TranslationBlock
Lets make sure all the flags we compare when looking up blocks are together in the same place. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210224165811.11567-5-alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r--include/exec/exec-all.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index acf66ab..a262dd5 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -448,9 +448,6 @@ struct TranslationBlock {
target_ulong pc; /* simulated PC corresponding to this block (EIP + CS base) */
target_ulong cs_base; /* CS base for this block */
uint32_t flags; /* flags defining in which context the code was generated */
- uint16_t size; /* size of target code for this block (1 <=
- size <= TARGET_PAGE_SIZE) */
- uint16_t icount;
uint32_t cflags; /* compile flags */
#define CF_COUNT_MASK 0x00007fff
#define CF_LAST_IO 0x00008000 /* Last insn may be an IO access. */
@@ -464,6 +461,14 @@ struct TranslationBlock {
/* Per-vCPU dynamic tracing state used to generate this TB */
uint32_t trace_vcpu_dstate;
+ /*
+ * Above fields used for comparing
+ */
+
+ /* size of target code for this block (1 <= size <= TARGET_PAGE_SIZE) */
+ uint16_t size;
+ uint16_t icount;
+
struct tb_tc tc;
/* first and second physical page containing code. The lower bit