On 12/18/23 22:32, Peter Maydell wrote:
For FEAT_NV, when HCR_EL2.{NV,NV1} is {1,1} PAN is always disabled even when the PSTATE.PAN bit is set. Implement this by having arm_pan_enabled() return false in this situation.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/helper.c | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~