Re: [PATCH 05/35] target/arm: Implement HCR_EL2.AT handling

2023-12-27 Thread Richard Henderson
On 12/18/23 22:32, Peter Maydell wrote: The FEAT_NV HCR_EL2.AT bit enables trapping of some address translation instructions from EL1 to EL2. Implement this behaviour. Signed-off-by: Peter Maydell --- target/arm/helper.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletio

[PATCH 05/35] target/arm: Implement HCR_EL2.AT handling

2023-12-18 Thread Peter Maydell
The FEAT_NV HCR_EL2.AT bit enables trapping of some address translation instructions from EL1 to EL2. Implement this behaviour. Signed-off-by: Peter Maydell --- target/arm/helper.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/target/arm/helper.c b/t