linux/arch/arm/kvm/hyp
Marc Zyngier 89ef2b21ed ARM: KVM: Add guest entry code
Add the very minimal piece of code that is now required to jump
into the guest (and return from it). This code is only concerned
with save/restoring the USR registers (r0-r12+lr for the guest,
r4-r12+lr for the host), as everything else is dealt with in C
(VFP is another matter though).

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2016-02-29 18:34:13 +00:00
..
banked-sr.c ARM: KVM: Add banked registers save/restore 2016-02-29 18:34:13 +00:00
cp15-sr.c ARM: KVM: Add CP15 save/restore code 2016-02-29 18:34:13 +00:00
entry.S ARM: KVM: Add guest entry code 2016-02-29 18:34:13 +00:00
hyp.h ARM: KVM: Add guest entry code 2016-02-29 18:34:13 +00:00
Makefile ARM: KVM: Add guest entry code 2016-02-29 18:34:13 +00:00
timer-sr.c ARM: KVM: Add timer save/restore 2016-02-29 18:34:13 +00:00
tlb.c ARM: KVM: Add TLB invalidation code 2016-02-29 18:34:13 +00:00
vfp.S ARM: KVM: Add VFP save/restore 2016-02-29 18:34:13 +00:00
vgic-v2-sr.c ARM: KVM: Add vgic v2 save/restore 2016-02-29 18:34:13 +00:00