]> git.baikalelectronics.ru Git - kernel.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)
commit0bc9ff9806807d8f79c598bf52df22e5a14c427a
tree6f4d172bf3da8f433b3b9d8942dbf02ebf270e21
parent8db08c99807cecf2c9fca744ac2d20b8779b2519
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