Re: [PATCH v3 3/5] target/arm: Implement HCR_EL2.TIDCP

2023-09-08 Thread Peter Maydell
On Fri, 1 Sept 2023 at 00:26, Richard Henderson wrote: > > Perform the check for EL2 enabled in the security space and the > TIDCP bit in an out-of-line helper. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.h| 1 + > target/arm/tcg/op_helper.c | 13 +

[PATCH v3 3/5] target/arm: Implement HCR_EL2.TIDCP

2023-08-31 Thread Richard Henderson
Perform the check for EL2 enabled in the security space and the TIDCP bit in an out-of-line helper. Signed-off-by: Richard Henderson --- target/arm/helper.h| 1 + target/arm/tcg/op_helper.c | 13 + target/arm/tcg/translate-a64.c | 16 ++-- target/arm/tcg/