]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target/arm: Use FIELD definitions for CPACR, CPTR_ELx
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 May 2022 05:48:45 +0000 (22:48 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2022 17:34:10 +0000 (18:34 +0100)
commitfab8ad39fb75a0d9f097db67b2a334444754e88e
tree28f7f8c3a8d29404c5be34e32e93db3c00f7f265
parent5814d587fe861fe9cab651638959f6db843df54e
target/arm: Use FIELD definitions for CPACR, CPTR_ELx

We had a few CPTR_* bits defined, but missed quite a few.
Complete all of the fields up to ARMv9.2.
Use FIELD_EX64 instead of manual extract32.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220517054850.177016-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/boot.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper.c