]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm/helper.c: define MPUIR register
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 19 Jun 2015 13:17:44 +0000 (14:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jun 2015 13:17:44 +0000 (14:17 +0100)
commit3281af8114c6b8ead02f08b58e3c36895c1ea047
tree2e44cde0a01139e71441e567ca2941b613e94880
parentb061a82b8afcc45ce09d770d9c0acdf429401054
target-arm/helper.c: define MPUIR register

Define the MPUIR register for MPU supporting ARMv6 and onwards.
Currently we only support unified MPU.

The size of the unified MPU is defined via the number of "dregions".
So just a single config is added to specify this size. (When split MPU
is implemented we will add an extra iregions config).

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 9f248950b803a08c8b3c978931663182f7e882e7.1434501320.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu-qom.h
target-arm/cpu.c
target-arm/helper.c