diff options
| author | Emilio G. Cota | 2019-01-16 18:01:13 +0100 |
|---|---|---|
| committer | Richard Henderson | 2019-01-28 16:03:34 +0100 |
| commit | 86e1eff8bc31a88a089d05b16277eafd7a3cf95b (patch) | |
| tree | 5a5b82301e2ee910eda6ced84727312ac6d7d91f /tcg/arm | |
| parent | cputlb: do not evict empty entries to the vtlb (diff) | |
| download | qemu-86e1eff8bc31a88a089d05b16277eafd7a3cf95b.tar.gz qemu-86e1eff8bc31a88a089d05b16277eafd7a3cf95b.tar.xz qemu-86e1eff8bc31a88a089d05b16277eafd7a3cf95b.zip | |
tcg: introduce dynamic TLB sizing
Disabled in all TCG backends for now.
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <20190116170114.26802-3-cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/arm')
| -rw-r--r-- | tcg/arm/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 16172f73a3..c5a7064bdc 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -60,6 +60,7 @@ extern int arm_arch; #undef TCG_TARGET_STACK_GROWSUP #define TCG_TARGET_INSN_UNIT_SIZE 4 #define TCG_TARGET_TLB_DISPLACEMENT_BITS 16 +#define TCG_TARGET_IMPLEMENTS_DYN_TLB 0 typedef enum { TCG_REG_R0 = 0, |
