target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translations
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Aug 2015 14:45:08 +0000 (15:45 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Aug 2015 14:45:08 +0000 (15:45 +0100)
commitd0a2cbceb2aa20d64d53e1c20c7d26a78ade8382
tree126c3f7ba89de71e7334667618a43629d1479327
parent834a6c6920316d39aaf0e68ac936c0a3ad164815
target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translations

For EL2 stage 1 translations, there is no TTBR1. We were already
handling this for 64-bit EL2; add the code to take the 'no TTBR1'
code path for 64-bit EL2 as well.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1437751263-21913-2-git-send-email-peter.maydell@linaro.org
target-arm/helper.c