]> Git Repo - qemu.git/commit - target-arm/cpu.h
target-arm: A64: Make cache ID registers visible to AArch64
authorPeter Maydell <[email protected]>
Wed, 26 Feb 2014 17:20:01 +0000 (17:20 +0000)
committerPeter Maydell <[email protected]>
Wed, 26 Feb 2014 17:20:01 +0000 (17:20 +0000)
commit7da845b0f42a791d65045284f90977d636c654cc
tree763ae33ac3ff89bff142de56afd8aeaaaf910480
parent67ed771dedd2a7c6f094e0d70fb1fde8f5fb79da
target-arm: A64: Make cache ID registers visible to AArch64

Make the cache ID system registers (CLIDR, CSSELR, CCSIDR, CTR)
visible to AArch64. These are mostly simple 64-bit extensions of the
existing 32 bit system registers and so can share reginfo definitions.
CTR needs to have a split definition, but we can clean up the
temporary user-mode implementation in favour of using the CPU-specified
reset value, and implement the system-mode-required semantics of
restricting its EL0 accessibility if SCTLR.UCT is not set.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Peter Crosthwaite <[email protected]>
target-arm/cpu.c
target-arm/cpu.h
target-arm/cpu64.c
target-arm/helper.c
This page took 0.024939 seconds and 4 git commands to generate.