summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorAlvise Rigo <a.rigo@virtualopensystems.com>2016-01-15 11:37:42 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:24 -0600
commit0240cab8623c0c98b4c5da37c38c6926f0861adb (patch)
treeef69f600e5df30af6437d513175a20ff89287d6e /hw/arm
parentf620f2b13f3437a2f164d9fd1c04c9f86e43c822 (diff)
downloadhqemu-0240cab8623c0c98b4c5da37c38c6926f0861adb.zip
hqemu-0240cab8623c0c98b4c5da37c38c6926f0861adb.tar.gz
target-arm: Use the right MMU index in arm_regime_using_lpae_format
arm_regime_using_lpae_format checks whether the LPAE extension is used for stage 1 translation regimes. MMU indexes not exclusively of a stage 1 regime won't work with this method. In case of ARMMMUIdx_S12NSE0 or ARMMMUIdx_S12NSE1, offset these values by ARMMMUIdx_S1NSE0 to get the right index indicating a stage 1 translation regime. Rename also the function to arm_s1_regime_using_lpae_format and update the comments to reflect the change. Signed-off-by: Alvise Rigo <a.rigo@virtualopensystems.com> Message-id: 1452854262-19550-1-git-send-email-a.rigo@virtualopensystems.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud