commit | 1da42c34d7c42fe2840bfe3de83cd0b5aa374859 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Oct 29 17:17:23 2020 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Tue Nov 10 11:22:51 2020 +0000 |
tree | 5b933ad6e25b7205fbde2f269173f9180eb82db3 | |
parent | b1ea1d760d3331da19e33650bf8c09ce028a0a49 [diff] |
KVM: arm64: Map AArch32 cp14 register to AArch64 sysregs Similarly to what has been done on the cp15 front, repaint the debug registers to use their AArch64 counterparts. This results in some simplification as we can remove the 32bit-specific accessors. Signed-off-by: Marc Zyngier <maz@kernel.org>