linux/arch/x86/kvm/mmu
Sean Christopherson 573546820b KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
Introduce sptep_to_sp() to reduce the boilerplate code needed to get the
shadow page associated with a spte pointer, and to improve readability
as it's not immediately obvious that "page_header" is a KVM-specific
accessor for retrieving a shadow page.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200622202034.15093-6-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-07-08 16:21:55 -04:00
..
mmu_audit.c KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup 2020-07-08 16:21:55 -04:00
mmu_internal.h KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup 2020-07-08 16:21:55 -04:00
mmu.c KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup 2020-07-08 16:21:55 -04:00
mmutrace.h KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory 2020-07-08 16:21:53 -04:00
page_track.c KVM: x86/mmu: Add MMU-internal header 2020-07-08 16:21:54 -04:00
paging_tmpl.h KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup 2020-07-08 16:21:55 -04:00