target/arm: Implement ID_AA64MMFR3_EL1
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Apr 2024 15:20:03 +0000 (16:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Apr 2024 14:01:07 +0000 (15:01 +0100)
commitf7ddd7b6a1f90cae677303e96b91e866a1570f6a
tree305a47052871f43ba3d8cc19cd4fd60699a78fc9
parent74360f3544be380f3a6f7a0f1cd8082ddd4a75ad
target/arm: Implement ID_AA64MMFR3_EL1

Newer versions of the Arm ARM (e.g.  rev K.a) now define fields for
ID_AA64MMFR3_EL1.  Implement this register, so that we can set the
fields if we need to.  There's no behaviour change here since we
don't currently set the register value to non-zero.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240418152004.2106516-5-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/helper.c
target/arm/hvf/hvf.c
target/arm/kvm.c