commit | 40033a614ea3db196d57c477ca328f44eb1e4df0 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Feb 06 19:17:50 2013 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Jun 12 16:42:13 2013 +0100 |
tree | 17940bdb90c5fb309febb96bdaf8d44b07d87259 | |
parent | 6211753fdfd05af9e08f54c8d0ba3ee516034878 [diff] |
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>