arm64: KVM: Implement TLB handling
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 23 Oct 2015 07:26:37 +0000 (08:26 +0100)
committerAlex Shi <alex.shi@linaro.org>
Wed, 9 Nov 2016 14:15:45 +0000 (22:15 +0800)
commitbf7432f754ea2cbb5c58cddea7e6322f05014e75
tree3fda41c46558a098fc41e5109a986fb4890051cc
parent3ff56990bcd69f2b80e8cbff3cb49a544971f3d5
arm64: KVM: Implement TLB handling

Implement the TLB handling as a direct translation of the assembly
code version.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
(cherry picked from commit 5eec0a91e32a2862e86265532ae773820e0afd77)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/kvm/hyp/Makefile
arch/arm64/kvm/hyp/entry.S
arch/arm64/kvm/hyp/tlb.c [new file with mode: 0644]