]> git.baikalelectronics.ru Git - kernel.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)
commit25d70c9765cc509e35b7691b10552beee86628aa
treeec3bb125b9c74727acd65ff8204dac94d9598c0e
parentfc932eeda8e879ecd76c9370a2e9c7625fa2cf9a
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]