Re: [PATCH 25/71] target/arm: Add SVCR

2022-06-06 Thread Richard Henderson
On 6/6/22 06:40, Peter Maydell wrote: What about the "MSR SVCR*, #" forms ? I had a quick scan through the subject lines of the rest of the patchset and didn't see them. They get alias names of SMSTART and SMSTOP. Patch 30. r~

Re: [PATCH 25/71] target/arm: Add SVCR

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:19, Richard Henderson wrote: > > This cpreg is used to access two new bits of PSTATE > that are not visible via any other mechanism. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h| 6 ++ > target/arm/helper.c | 13 + > 2 files changed,

[PATCH 25/71] target/arm: Add SVCR

2022-06-02 Thread Richard Henderson
This cpreg is used to access two new bits of PSTATE that are not visible via any other mechanism. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 6 ++ target/arm/helper.c | 13 + 2 files changed, 19 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h inde