]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: KVM: HYP mode world switch implementation
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 10 Dec 2012 16:40:18 +0000 (16:40 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 12 Jun 2013 15:39:55 +0000 (16:39 +0100)
commit55c7401d92e16360e0987afe39355f1eb6300f31
treeec3bb125b9c74727acd65ff8204dac94d9598c0e
parent092bd143cbb481b4ce1d55247a2987eaaf61f967
arm64: KVM: HYP mode world switch implementation

The HYP mode world switch in all its glory.

Implements save/restore of host/guest registers, EL2 trapping,
IPA resolution, and additional services (tlb invalidation).

Reviewed-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kernel/asm-offsets.c
arch/arm64/kvm/hyp.S [new file with mode: 0644]