OSDN Git Service

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)
commitbe901e9b15cd2c8e48dc089b4655ea4a076e66fd
tree1593b831d97e88e67e1e1b670380b4a45c34a13f
parentc1bf6e18e97e7ead77371d4251f8ef1567455584
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]