linux/arch/x86/kvm/mmu
Sean Christopherson 39ca1ecb78 KVM: x86/mmu: Refactor handling of forced 4k pages in page faults
Refactor the page fault handlers and mapping_level() to track the max
allowed page level instead of only tracking if a 4k page is mandatory
due to one restriction or another.  This paves the way for cleanly
consolidating tdp_page_fault() and nonpaging_page_fault(), and for
eliminating a redundant check on mmu_gfn_lpage_is_disallowed().

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-01-08 18:16:05 +01:00
..
mmu.c KVM: x86/mmu: Refactor handling of forced 4k pages in page faults 2020-01-08 18:16:05 +01:00
page_track.c
paging_tmpl.h KVM: x86/mmu: Refactor handling of forced 4k pages in page faults 2020-01-08 18:16:05 +01:00