]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move id_aa64mmfr* to ARMISARegisters
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Dec 2018 14:40:56 +0000 (14:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Dec 2018 14:40:56 +0000 (14:40 +0000)
commit3dc91ddbc68391f934bf6945853e99cf6810fc00
tree2196831b5c4dfcc9771cdeabf26913b9e2c4d84f
parentf6ef171db84b49f17f6a1dd32a1ae3021e08efaa
target/arm: Move id_aa64mmfr* to ARMISARegisters

At the same time, define the fields for these registers,
and use those defines in arm_pamax().

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181203203839.757-2-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: fixed up typo (s/achf/ahcf/) belatedly spotted by RTH]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/cpu64.c
target/arm/helper.c
target/arm/internals.h
target/arm/kvm64.c