]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm: Support multiple address spaces in page table walks
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:07 +0000 (14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:07 +0000 (14:15 +0000)
commit5ce4ff6502fc6ae01a30c3917996c6c41be1d176
treeb783ff9e3411b885723de064cc41b9c21c4edd6e
parent0faea0c7e6b729c64035b3591b184eeeeef6f1d4
target-arm: Support multiple address spaces in page table walks

If we have a secure address space, use it in page table walks:
when doing the physical accesses to read descriptors, make them
through the correct address space.

(The descriptor reads are the only direct physical accesses
made in target-arm/ for CPUs which might have TrustZone.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/cpu.h
target-arm/helper.c