Re: [PATCH 07/11] target/arm: Update arm_mmu_idx_el for PAN

2019-12-06 Thread Peter Maydell
On Tue, 3 Dec 2019 at 22:53, Richard Henderson wrote: > > Examine the PAN bit for EL1, EL2, and Secure EL1 to > determine if it applies. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/target/arm/helper.c

[PATCH 07/11] target/arm: Update arm_mmu_idx_el for PAN

2019-12-03 Thread Richard Henderson
Examine the PAN bit for EL1, EL2, and Secure EL1 to determine if it applies. Signed-off-by: Richard Henderson --- target/arm/helper.c | 9 + 1 file changed, 9 insertions(+) diff --git a/target/arm/helper.c b/target/arm/helper.c index 512be5c644..6c65dd799e 100644 ---