]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Implement vgic-v3 save/restore
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 19 Oct 2015 14:50:58 +0000 (15:50 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:39 +0000 (11:30 +0000)
commitb1e5240c40e7b198d80c82815bf1c9d4a5e58270
tree915bcfb773bd1647f2588a23615a3473e78ee18c
parentbe9a8254028dd7dcc2a8933e51db5dd209107505
arm64: KVM: Implement vgic-v3 save/restore

Implement the vgic-v3 save restore as a direct translation of
the assembly code version.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kvm/hyp/Makefile
arch/arm64/kvm/hyp/hyp.h
arch/arm64/kvm/hyp/vgic-v3-sr.c [new file with mode: 0644]