2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-13 16:14:26 +08:00
linux-next/arch/x86/kvm/mmu
Sean Christopherson f9fa2509e5 KVM: x86/mmu: Drop level optimization from fast_page_fault()
Remove fast_page_fault()'s optimization to stop the shadow walk if the
iterator level drops below the intended map level.  The intended map
level is only acccurate for HugeTLB mappings (THP mappings are detected
after fast_page_fault()), i.e. it's not required for correctness, and
a future patch will also move HugeTLB mapping detection to after
fast_page_fault().

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-01-27 20:00:05 +01:00
..
mmu.c KVM: x86/mmu: Drop level optimization from fast_page_fault() 2020-01-27 20:00:05 +01:00
page_track.c
paging_tmpl.h KVM: x86/mmu: Refactor THP adjust to prep for changing query 2020-01-27 20:00:04 +01:00