]> Git Repo - qemu.git/commit
target/arm: Implement AArch32 HCR and HCR2
authorPeter Maydell <[email protected]>
Fri, 24 Aug 2018 12:17:37 +0000 (13:17 +0100)
committerPeter Maydell <[email protected]>
Fri, 24 Aug 2018 12:17:37 +0000 (13:17 +0100)
commitce4afed8396aabaf87cd42fbe8a4c14f7a9d5c10
tree4579745d8d355ad029f67d2ccdb13d69824e4f8a
parent0e0456ab8895a5e85998904549e331d36c2692a5
target/arm: Implement AArch32 HCR and HCR2

The AArch32 HCR and HCR2 registers alias HCR_EL2
bits [31:0] and [63:32]; implement them.

Since HCR2 exists in ARMv8 but not ARMv7, we need new
regdef arrays for "we have EL3, not EL2, we're ARMv8"
and "we have EL2, we're ARMv8" to hold the definitions.

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.025241 seconds and 4 git commands to generate.