From b698e9cfd282b228b36d426b75facb83e07a1072 Mon Sep 17 00:00:00 2001 From: Edgar E. Iglesias Date: Mon, 14 Sep 2015 14:39:50 +0100 Subject: target-arm: Add VTTBR_EL2 Signed-off-by: Edgar E. Iglesias Message-id: 1442135278-25281-4-git-send-email-edgar.iglesias@gmail.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- target-arm/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/cpu.h') diff --git a/target-arm/cpu.h b/target-arm/cpu.h index f91b7933b6..96b8f2afba 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -222,6 +222,7 @@ typedef struct CPUARMState { }; uint64_t ttbr1_el[4]; }; + uint64_t vttbr_el2; /* Virtualization Translation Table Base. */ /* MMU translation table base control. */ TCR tcr_el[4]; TCR vtcr_el2; /* Virtualization Translation Control. */ -- cgit v1.2.3-55-g7522