arm64: KVM: define 32bit specific registers
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 6 Feb 2013 19:17:50 +0000 (19:17 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:10:31 +0000 (17:10 +0200)
commit8ee55043e2fc5e6c90209f478c70b600dce523a9
tree095363beed52f504242dc54a2b4aad269e0672ef
parentea4ebae1594250431731dcdacd6da33b865fd3b1
arm64: KVM: define 32bit specific registers

Define the 32bit specific registers (SPSRs, cp15...).

Most CPU registers are directly mapped to a 64bit register
(r0->x0...). Only the SPSRs have separate registers.

cp15 registers are also mapped into their 64bit counterpart in most
cases.

Reviewed-by: Christopher Covington <cov@codeaurora.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from commit 40033a614ea3db196d57c477ca328f44eb1e4df0)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm64/include/asm/kvm_asm.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/include/uapi/asm/kvm.h