summaryrefslogtreecommitdiffstats
path: root/target/arm/cpu.h
diff options
context:
space:
mode:
authorPeter Maydell2017-09-07 14:54:53 +0200
committerPeter Maydell2017-09-07 14:54:53 +0200
commit1bc04a8880374407c4b12d82ceb8752e12ff5336 (patch)
treed7520479de51ce3a98e3f2226ec00abf8156536b /target/arm/cpu.h
parenttarget/arm: Make MPU_RBAR, MPU_RLAR banked for v8M (diff)
downloadqemu-1bc04a8880374407c4b12d82ceb8752e12ff5336.tar.gz
qemu-1bc04a8880374407c4b12d82ceb8752e12ff5336.tar.xz
qemu-1bc04a8880374407c4b12d82ceb8752e12ff5336.zip
target/arm: Make MPU_RNR register banked for v8M
Make the MPU_RNR register banked if v8M security extensions are enabled. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 1503414539-28762-15-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r--target/arm/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index d385ef2492..425adc3e32 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -533,7 +533,7 @@ typedef struct CPUARMState {
uint32_t *drbar;
uint32_t *drsr;
uint32_t *dracr;
- uint32_t rnr;
+ uint32_t rnr[2];
} pmsav7;
/* PMSAv8 MPU */