OSDN Git Service

target/arm: Rename cp15.c6_rgnr to pmsav7.rnr
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 27 Jul 2017 10:59:08 +0000 (11:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 31 Jul 2017 12:09:52 +0000 (13:09 +0100)
commit8531eb4f614a60e6582d4832b15eee09f7d27874
tree64f9633ddee4973ae9674cabafa7c6f3472091c9
parentbf446a11dfb17ae7d8ed2b61a2444804eb458075
target/arm: Rename cp15.c6_rgnr to pmsav7.rnr

Almost all of the PMSAv7 state is in the pmsav7 substruct of
the ARM CPU state structure. The exception is the region
number register, which is in cp15.c6_rgnr. This exception
is a bit odd for M profile, which otherwise generally does
not store state in the cp15 substruct.

Rename cp15.c6_rgnr to pmsav7.rnr accordingly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1501153150-19984-4-git-send-email-peter.maydell@linaro.org
hw/intc/armv7m_nvic.c
target/arm/cpu.h
target/arm/helper.c
target/arm/machine.c