commit | 56ad3aadb7d2cb7f9993c59f31f36ae25c4a5cb4 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jul 24 12:42:27 2018 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jul 24 12:49:51 2018 +0100 |
tree | 9ca0c4a56967d08eb120d1fff55c03eb2e419583 | |
parent | 4556438d0cdf8d83eda18551df7821e3fb1714a9 [diff] |
target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is set One of the required effects of setting HCR_EL2.TGE is that when SCR_EL3.NS is 1 then SCTLR_EL1.M must behave as if it is zero for all purposes except direct reads. That is, it effectively disables the MMU for the NS EL0/EL1 translation regime. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>