]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: Add MMU indexes for secure v8M
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Sep 2017 12:54:52 +0000 (13:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Sep 2017 12:54:52 +0000 (13:54 +0100)
commit66787c7868d05d29974e09201611b718c976f955
tree81b66f471972c12e83baab24f9b843152160ed33
parent1d2091bc75ab7f9e2c43082f361a528a63c79527
target/arm: Add MMU indexes for secure v8M

Now that MPU lookups can return different results for v8M
when the CPU is in secure vs non-secure state, we need to
have separate MMU indexes; add the secure counterparts
to the existing three M profile MMU indexes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1503414539-28762-6-git-send-email-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/helper.c