]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: SCR_EL3.NS may be RES1
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Jun 2023 10:15:43 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Jun 2023 10:15:43 +0000 (11:15 +0100)
commit87bfbfe7e595372251037c28223919659a294fd3
tree88ea9236782512c897985043507109cf13e6b770
parentaa3cc42c016116615b80359ab4dd8a934339aec5
target/arm: SCR_EL3.NS may be RES1

With RME, SEL2 must also be present to support secure state.
The NS bit is RES1 if SEL2 is not present.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230620124418.805717-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c