linux_dsm_epyc7002/arch/x86/kvm/mmu
Sean Christopherson 2cb70fd441 KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage
Rename __direct_map()'s param that controls whether or not a disallowed
NX large page should be accounted to match what it actually does.  The
nonpaging_page_fault() case unconditionally passes %false for the param
even though it locally sets lpage_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:06 +01:00
..
mmu.c KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage 2020-01-08 18:16:06 +01:00
page_track.c KVM: x86: create mmu/ subdirectory 2019-11-21 12:03:50 +01:00
paging_tmpl.h KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMU 2020-01-08 18:16:05 +01:00