]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: implement SCTLR.EE
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 4 Mar 2016 11:30:20 +0000 (11:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Mar 2016 11:30:20 +0000 (11:30 +0000)
commit73462dddf670c32c45c8ea359658092b0365b2d4
tree513a025ea62c714ab3baf345ee9a41b2813b1c48
parentc3ae85fc8f36b64fb73038214e4359f1e470d169
target-arm: implement SCTLR.EE

Implement SCTLR.EE bit which controls data endianess for exceptions
and page table translations. SCTLR.EE is mirrored to the CPSR.E bit
on exception entry.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c