]> git.karo-electronics.de Git - linux-beck.git/commit
arm64: KVM: Implement fpsimd save/restore
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 26 Oct 2015 08:34:09 +0000 (08:34 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:41 +0000 (11:30 +0000)
commitc13d1683df16db16c91372177ca10c31677b5ed5
treec33ebab7d9dff4a45664c47edda215838ed5c5b7
parentbe901e9b15cd2c8e48dc089b4655ea4a076e66fd
arm64: KVM: Implement fpsimd save/restore

Implement the fpsimd save restore, keeping the lazy part in
assembler (as returning to C would be overkill).

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm64/kvm/hyp/Makefile
arch/arm64/kvm/hyp/entry.S
arch/arm64/kvm/hyp/fpsimd.S [new file with mode: 0644]
arch/arm64/kvm/hyp/hyp.h
arch/arm64/kvm/hyp/switch.c
arch/arm64/kvm/hyp/sysreg-sr.c