On Sat, 8 Feb 2020 at 12:58, Richard Henderson <richard.hender...@linaro.org> wrote: > > The PAN bit is preserved, or set as per SCTLR_ELx.SPAN, > plus several other conditions listed in the ARM ARM. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > v2: Tidy preservation of CPSR_PAN in take_aarch32_exception (pmm). > v4: Fix exception entry to EL3. > --- > target/arm/helper.c | 53 ++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 50 insertions(+), 3 deletions(-
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM