]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm: use extended address bits from supersection short descriptor
authorSergey Fedorov <serge.fdrv@gmail.com>
Mon, 15 Jun 2015 17:06:07 +0000 (18:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jun 2015 17:06:07 +0000 (18:06 +0100)
commit4e42a6ca37e39e56725518851f4388e46bd91129
treee39a671f72070bb0fb663a0f189c80cd98c65d64
parentfc1891c74ae122a9dc7854f38bae7db03cd911e6
target-arm: use extended address bits from supersection short descriptor

Since ARMv7 with LPAE support, a supersection short translation table
descriptor has had extended base address fields which hold bits 39:32 of
translated address. These fields are IMPDEF in ARMv6 and ARMv7 without
LPAE support.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1433235718-30485-1-git-send-email-serge.fdrv@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c