]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Export some tlbex internals for KVM to use
authorJames Hogan <james.hogan@imgtec.com>
Sat, 10 Sep 2016 22:55:07 +0000 (23:55 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 3 Feb 2017 15:19:01 +0000 (15:19 +0000)
commit722b45443146f425453525d3c2270ff2733f5dc4
tree6f4d172bf3da8f433b3b9d8942dbf02ebf270e21
parent93a93c2461f9416a58c7d1e32fec201af8cc3aad
MIPS: Export some tlbex internals for KVM to use

Export to TLB exception code generating functions so that KVM can
construct a fast TLB refill handler for guest context without
reinventing the wheel quite so much.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
arch/mips/include/asm/tlbex.h [new file with mode: 0644]
arch/mips/mm/tlbex.c