]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Implement guest entry
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 22 Oct 2015 07:32:18 +0000 (08:32 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:40 +0000 (11:30 +0000)
commit14d3008dd6ec7e408327fee0c8c65cb298556d0f
tree9ff79f98811d57e79e34781bfdf7c7938e8312b9
parentaf22cb3ab1c1d1d7143e4503460bbf739c2c42d1
arm64: KVM: Implement guest entry

Contrary to the previous patch, the guest entry is fairly different
from its assembly counterpart, mostly because it is only concerned
with saving/restoring the GP registers, and nothing else.

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