]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MIPS: Add fast path TLB refill handler
authorJames Hogan <james.hogan@imgtec.com>
Sat, 10 Sep 2016 22:56:46 +0000 (23:56 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 3 Feb 2017 15:20:53 +0000 (15:20 +0000)
commit5ce775106897ab42685b31dee1c71aebf1fd7dc5
tree38a785ddc708a46158c709f726eac63dbe2f0a00
parent7d5e73b82acc9b72dda8edd1d4c8f9b9bdb444ed
KVM: MIPS: Add fast path TLB refill handler

Use functions from the general MIPS TLB exception vector generation code
(tlbex.c) to construct a fast path TLB refill handler similar to the
general one, but cut down and capable of preserving K0 and K1.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
arch/mips/include/asm/kvm_host.h
arch/mips/kvm/entry.c
arch/mips/kvm/mips.c