]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-arm: make IFAR/DFAR banked
authorFabian Aggeler <aggelerf@ethz.ch>
Thu, 11 Dec 2014 12:07:51 +0000 (12:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Dec 2014 12:07:51 +0000 (12:07 +0000)
commitb848ce2b9cbd38da3f2530fd93dba76dba0621c0
tree555f341e54ffbd2e006ca27c2d8d6d4251e159b2
parent4a7e2d7315bd2ce28e49ccd0bde73eabdfd7437b
target-arm: make IFAR/DFAR banked

When EL3 is running in AArch32 (or ARMv7 with Security Extensions)
IFAR and DFAR have a secure and a non-secure instance.

Signed-off-by: Fabian Aggeler <aggelerf@ethz.ch>
Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1416242878-876-22-git-send-email-greg.bellows@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c