Re: [PATCH 22/71] target/arm: Add SMEEXC_EL to TB flags

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:15, Richard Henderson wrote: > > This is CheckSMEAccess, which is the basis for a set of > related tests for various SME cpregs and instructions. > > Signed-off-by: Richard Henderson > --- > +/* CPTR_EL3. Since EZ is negative we must check for EL3. */ Cut-n-paste

[PATCH 22/71] target/arm: Add SMEEXC_EL to TB flags

2022-06-02 Thread Richard Henderson
This is CheckSMEAccess, which is the basis for a set of related tests for various SME cpregs and instructions. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 2 ++ target/arm/translate.h | 1 + target/arm/helper.c| 52 ++ targe