]> git.proxmox.com Git - qemu.git/commit
target-arm: Convert cp15 crn=10 registers
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 11:57:15 +0000 (11:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 12:06:05 +0000 (12:06 +0000)
commit4fdd17dd3505ea5444d08d1347783d2347ec3520
tree121c1f2fa5e7a857bfc0a5d52c026dcabf0bfab6
parent08de207bc52108df5d8e9074909e98f5df8e1212
target-arm: Convert cp15 crn=10 registers

We RAZ/WI the entire block of crn=10 registers. Note that this
actually covers not just the implementation-defined TLB
lockdown registers but also a number of v7 VMSA memory
attribute registers which we would need to implement to
support TEX remap. We retain the previous QEMU behaviour
in this conversion, though.

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