OSDN Git Service

target/arm: Move cortex sysregs into a separate file
authorFabiano Rosas <farosas@suse.de>
Wed, 26 Apr 2023 18:00:01 +0000 (15:00 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 May 2023 09:21:32 +0000 (10:21 +0100)
commit34bfe46732e7ddfcc68942f3d41366e147f5cd85
treee1c82c819056370da6d14259af09c1a74bd3d56c
parent7c18f2d663521f1b31b821a13358ce38075eaf7d
target/arm: Move cortex sysregs into a separate file

The file cpu_tcg.c is about to be moved into the tcg/ directory, so
move the register definitions into a new file.

Also move the function declaration to the more appropriate cpregs.h.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230426180013.14814-2-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cortex-regs.c [new file with mode: 0644]
target/arm/cpregs.h
target/arm/cpu64.c
target/arm/cpu_tcg.c
target/arm/internals.h
target/arm/meson.build