]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Implement the core world switch
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 21 Oct 2015 08:57:10 +0000 (09:57 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:41 +0000 (11:30 +0000)
commite6bb7053fb6b4685be4892e1fb645c60e152bb71
tree1593b831d97e88e67e1e1b670380b4a45c34a13f
parentd8b422ad78a9574ff4a8a38c3f884f41b7b10ef6
arm64: KVM: Implement the core world switch

Implement the core of the world switch in C. Not everything is there
yet, and there is nothing to re-enter the world switch either.

But this already outlines the code structure well enough.

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/switch.c [new file with mode: 0644]