]> Git Repo - qemu.git/commit
target/arm: Implement AArch32 Hyp FARs
authorPeter Maydell <[email protected]>
Mon, 20 Aug 2018 10:24:32 +0000 (11:24 +0100)
committerPeter Maydell <[email protected]>
Mon, 20 Aug 2018 10:24:32 +0000 (11:24 +0100)
commitcba517c31e7df8932c4473c477a0f01d8a0adc48
treec72116d2a3b1b1f0a9f2146b3d1240307c251d3a
parentd79e0c0608899428281a17c414ccf1a82d86ab85
target/arm: Implement AArch32 Hyp FARs

The AArch32 virtualization extensions support these fault address
registers:
 * HDFAR: aliased with AArch64 FAR_EL2[31:0] and AArch32 DFAR(S)
 * HIFAR: aliased with AArch64 FAR_EL2[63:32] and AArch32 IFAR(S)

Implement the accessors for these. This fixes in passing a bug
where we weren't implementing the "RES0 from EL3 if EL2 not
implemented" behaviour for AArch64 FAR_EL2.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Luc Michel <[email protected]>
Message-id: 20180814124254[email protected]
target/arm/helper.c
This page took 0.025704 seconds and 4 git commands to generate.