From 86e1eff8bc31a88a089d05b16277eafd7a3cf95b Mon Sep 17 00:00:00 2001 From: Emilio G. Cota Date: Wed, 16 Jan 2019 12:01:13 -0500 Subject: tcg: introduce dynamic TLB sizing Disabled in all TCG backends for now. Tested-by: Alex Bennée Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Message-Id: <20190116170114.26802-3-cota@braap.org> Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcg/i386') diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 7995fe3eab..94aa4cef7c 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -27,6 +27,7 @@ #define TCG_TARGET_INSN_UNIT_SIZE 1 #define TCG_TARGET_TLB_DISPLACEMENT_BITS 31 +#define TCG_TARGET_IMPLEMENTS_DYN_TLB 0 #ifdef __x86_64__ # define TCG_TARGET_REG_BITS 64 -- cgit v1.2.3-55-g7522