Re: [PATCH v2 06/14] target/arm: Update arm_mmu_idx_el for PAN

2020-02-03 Thread Alex Bennée
Richard Henderson writes: > Examine the PAN bit for EL1, EL2, and Secure EL1 to > determine if it applies. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/arm/helper.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git

[PATCH v2 06/14] target/arm: Update arm_mmu_idx_el for PAN

2020-02-01 Thread Richard Henderson
Examine the PAN bit for EL1, EL2, and Secure EL1 to determine if it applies. Reviewed-by: Peter Maydell 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 90a22921dc..638abe6af0 10