Re: [PATCH v3 07/25] target/arm: SCR_EL3.NS may be RES1

2023-02-24 Thread Peter Maydell
On Wed, 22 Feb 2023 at 02:35, Richard Henderson wrote: > > With RME, SEL2 must also be present to support secure state. > The NS bit is RES1 if SEL2 is not present. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Peter May

[PATCH v3 07/25] target/arm: SCR_EL3.NS may be RES1

2023-02-21 Thread Richard Henderson
With RME, SEL2 must also be present to support secure state. The NS bit is RES1 if SEL2 is not present. Signed-off-by: Richard Henderson --- target/arm/helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/arm/helper.c b/target/arm/helper.c index 3650234c73..ae8b3f6a48 100644 --