Peter Maydell 0e1a46bbd2 target/arm: Implement ARMv8M's PMSAv8 registers
As part of ARMv8M, we need to add support for the PMSAv8 MPU
architecture.

PMSAv8 differs from PMSAv7 both in register/data layout (for instance
using base and limit registers rather than base and size) and also in
behaviour (for example it does not have subregions); rather than
trying to wedge it into the existing PMSAv7 code and data structures,
we define separate ones.

This commit adds the data structures which hold the state for a
PMSAv8 MPU and the register interface to it.  The implementation of
the MPU behaviour will be added in a subsequent commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1503414539-28762-2-git-send-email-peter.maydell@linaro.org
2017-09-07 13:54:51 +01:00
..
2016-10-04 13:28:07 +01:00
2017-08-31 12:29:07 +02:00
2017-08-02 18:30:13 -03:00
2017-08-31 12:29:07 +02:00
2017-06-02 14:07:53 +01:00
2017-08-10 14:33:43 +01:00
2016-05-18 15:04:27 +03:00
2017-08-31 15:52:43 +01:00
2016-01-29 15:07:25 +00:00
2017-08-30 18:23:26 +02:00
2017-09-04 18:41:01 +01:00
2017-08-31 12:29:07 +02:00
2016-10-28 18:17:24 +03:00
2017-08-31 12:29:07 +02:00
2017-08-31 12:29:07 +02:00
2017-08-30 18:23:25 +02:00