]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Implement TLB handling
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 23 Oct 2015 07:26:37 +0000 (08:26 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:41 +0000 (11:30 +0000)
commitf8612c9a9c5a7ad8e7c2404886581eb6e68609c0
tree3d203014ef6404447626247c880c84cfa7e86e2a
parent676b29b58dcfce0078e8adc632ee26d3f628b3e3
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>
arch/arm64/kvm/hyp/Makefile
arch/arm64/kvm/hyp/entry.S
arch/arm64/kvm/hyp/tlb.c [new file with mode: 0644]