target-arm: Implement the S2 MMU inputsize > pamax check
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Wed, 3 Feb 2016 13:46:33 +0000 (13:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 3 Feb 2016 13:46:33 +0000 (13:46 +0000)
commit3526423e867765568ad95b8094ae8b4042cac215
tree9520aca8b5226e1c932e19e36463e13de47023dd
parenta0e966c93a0968d29ef51447d08a6b7be6f4d757
target-arm: Implement the S2 MMU inputsize > pamax check

Implement the inputsize > pamax check for Stage 2 translations.
This is CONSTRAINED UNPREDICTABLE and we choose to fault.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1453932970-14576-4-git-send-email-edgar.iglesias@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c