]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Implement system register save/restore
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 19 Oct 2015 17:02:48 +0000 (18:02 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:39 +0000 (11:30 +0000)
commit095fd2d2c24a32a22b0ba2b8e37ccbea0f03b289
treea4342cabb89d59963d37ce021e87a39a51478469
parent258feb2c7896621eeea22057a21ee4a22a7cb973
arm64: KVM: Implement system register save/restore

Implement the system register save/restore as a direct translation of
the assembly code version.

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/hyp.h
arch/arm64/kvm/hyp/sysreg-sr.c [new file with mode: 0644]