Home
last modified time | relevance | path

Searched hist:"16 be1d12925305d4d20fd897632d9a6836a865c8" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/
H A Dmmu.hdiff 16be1d12925305d4d20fd897632d9a6836a865c8 Tue Jun 22 19:57:03 CEST 2021 Sean Christopherson <seanjc@google.com> KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper

Move nested NPT's invocation of reset_shadow_zero_bits_mask() into the
MMU proper and unexport said function. Aside from dropping an export,
this is a baby step toward eliminating the call entirely by fixing the
shadow_root_level confusion.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210622175739.3610207-19-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>