target/arm: Set PAN bit as required on exception entry
commit4a2696c0d4d80e14a192b28148c6167bc5056f94
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Feb 2020 12:58:10 +0000 (8 12:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 14:14:54 +0000 (13 14:14 +0000)
tree1d597fdf34e779713a91739bb9cbff0ef1e055f3
parent81636b70c226dc27d7ebc8dedbcec26166d23085
target/arm: Set PAN bit as required on exception entry

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.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200208125816.14954-15-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c