OSDN Git Service

target/arm: Split out cpregs.h
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 May 2022 05:49:43 +0000 (22:49 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 May 2022 08:35:50 +0000 (09:35 +0100)
commitcf7c6d1004eaaae85fd6156556e2f38ff493ef48
tree69778801498cea5864faf67713ce26d1752f20c6
parentcda86e2b46de857e8b6e16ecd13bb85d81e07899
target/arm: Split out cpregs.h

Move ARMCPRegInfo and all related declarations to a new
internal header, out of the public cpu.h.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220501055028.646596-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
14 files changed:
hw/arm/pxa2xx.c
hw/arm/pxa2xx_pic.c
hw/intc/arm_gicv3_cpuif.c
hw/intc/arm_gicv3_kvm.c
target/arm/cpregs.h [new file with mode: 0644]
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/cpu_tcg.c
target/arm/gdbstub.c
target/arm/helper.c
target/arm/op_helper.c
target/arm/translate-a64.c
target/arm/translate.c