]> Git Repo - qemu.git/commit
target/arm: Implement RAZ/WI HACTLR2
authorPeter Maydell <[email protected]>
Fri, 24 Aug 2018 12:17:36 +0000 (13:17 +0100)
committerPeter Maydell <[email protected]>
Fri, 24 Aug 2018 12:17:36 +0000 (13:17 +0100)
commit0e0456ab8895a5e85998904549e331d36c2692a5
tree4affd8e366f48c0051dab9aa216fd58c17b5f1c4
parentcac0d80809d9c323cb0ed06843804844c7e09f6b
target/arm: Implement RAZ/WI HACTLR2

The v8 AArch32 HACTLR2 register maps to bits [63:32] of ACTLR_EL2.
We implement ACTLR_EL2 as RAZ/WI, so make HACTLR2 also RAZ/WI.
(We put the regdef next to ACTLR_EL2 as a reminder in case we
ever make ACTLR_EL2 something other than RAZ/WI).

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