We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3204c4 commit 78b5605Copy full SHA for 78b5605
Documentation/virt/kvm/x86/mmu.rst
@@ -282,6 +282,10 @@ Shadow pages contain the following information:
282
since the last time the page table was actually used; if emulation
283
is triggered too frequently on this page, KVM will unmap the page
284
to avoid emulation in the future.
285
+ tdp_mmu_page:
286
+ Is 1 if the shadow page is a TDP MMU page. This variable is used to
287
+ bifurcate the control flows for KVM when walking any data structure that
288
+ may contain pages from both TDP MMU and shadow MMU.
289
290
Reverse map
291
===========
0 commit comments