commit | a7cfa7ac1236937dac431845596a39ba27364a00 | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Sat Sep 10 23:56:46 2016 +0100 |
committer | James Hogan <james.hogan@imgtec.com> | Fri Feb 03 15:20:53 2017 +0000 |
tree | 38a785ddc708a46158c709f726eac63dbe2f0a00 | |
parent | 29b500b54ef379f1f3227b633dd477a4dd3cd62b [diff] |
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