]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Clean up of register field definitions
authorGustavo Romero <gustavo.romero@linaro.org>
Tue, 26 Aug 2025 10:21:27 +0000 (11:21 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 30 Aug 2025 15:37:20 +0000 (16:37 +0100)
commita362960b29749750168601f3969ec9364082ee59
tree5630910d94bb9805ca07e6e3f1a30792910e6f55
parent4791f22a5f5571cb248b1eddff98630545b3fd3e
target/arm: Clean up of register field definitions

Clean up the definitions of NSW and NSA fields in the VTCR register.
These two fields are already defined properly using FIELD() so they are
actually duplications. Also, define the NSW and NSA fields in the
VSTCR register using FIELD() and remove their definitions based on VTCR
fields.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-id: 20250725014755.2122579-1-gustavo.romero@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h
target/arm/ptw.c