]> git.karo-electronics.de Git - linux-beck.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)
commitf68d2b1b73cc3d8f6eb189c11ce79a472ed27c42
tree915bcfb773bd1647f2588a23615a3473e78ee18c
parent3c13b8f435acb452eac62d966148a8b6fa92151f
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]