commit | 33280b4cd1dc0bc7df8d6d3bd1b64c377c9e44d9 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Jan 05 18:38:09 2016 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:13 2016 +0000 |
tree | 279e6090a4337f7e08f5a7c014a4b34780cf527c | |
parent | 59cbcdb5d83b49d1d2e161f3468f850f9fa4b968 [diff] |
ARM: KVM: Add banked registers save/restore Banked registers are one of the many perks of the 32bit architecture, and the world switch needs to cope with it. This requires some "special" accessors, as these are not accessed using a standard coprocessor instruction. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>