]> 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)
commitd284b832280d30763dce7f58964fc8b9471e4dd7
tree915bcfb773bd1647f2588a23615a3473e78ee18c
parent874bceda541b3491952aabcc96ed976f01de7edf
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]