KVM: arm64: Move SPSR_EL1 to the system register array
authorMarc Zyngier <maz@kernel.org>
Fri, 28 Jun 2019 22:05:38 +0000 (23:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 7 Jul 2020 08:28:38 +0000 (09:28 +0100)
commit710f1982187afd3f25413d92a0804ccd780634f7
tree5b7f802b56ad56583fc2e87413a7138a231a3ec9
parentfd85b66789aaa594a158f0a8aa4482c3ed0fed3d
KVM: arm64: Move SPSR_EL1 to the system register array

SPSR_EL1 being a VNCR-capable register with ARMv8.4-NV, move it to
the sysregs array and update the accessors.

Reviewed-by: James Morse <james.morse@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/guest.c
arch/arm64/kvm/hyp/include/hyp/sysreg-sr.h
arch/arm64/kvm/regmap.c