Searched refs:pPml4e (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1118 PX86PML4E pPml4e = pgmShwGetLongModePML4EPtr(pVCpu, iPml4); local
1126 if ( !pPml4e->n.u1Present
1127 && !(pPml4e->u & X86_PML4E_PG_MASK))
1154 pShwPage = pgmPoolGetPage(pPool, pPml4e->u & X86_PML4E_PG_MASK);
1160 pPml4e->u |= pShwPage->Core.Key | (uGstPml4e & pVCpu->pgm.s.fGstAmd64ShadowedPml4eMask);
1218 PCX86PML4E pPml4e = pgmShwGetLongModePML4EPtr(pVCpu, iPml4); local
1222 AssertReturn(pPml4e, VERR_PGM_PML4_MAPPING);
1224 *ppPml4e = (PX86PML4E)pPml4e;
1226 Log4(("pgmShwGetLongModePDPtr %RGv (%RHv) %RX64\n", GCPtr, pPml4e, pPml4e
1266 PEPTPML4E pPml4e; local
[all...]
H A DPGMAllGst.h106 PX86PML4E register pPml4e; local
108 pWalk->pPml4e = pPml4e = &pPml4->a[(GCPtr >> X86_PML4_SHIFT) & X86_PML4_MASK];
109 pWalk->Pml4e.u = Pml4e.u = pPml4e->u;
H A DPGMAllBth.h472 /*AssertMsg(GstWalk.Pml4e.u == GstWalk.pPml4e->u, ("%RX64 %RX64\n", (uint64_t)GstWalk.Pml4e.u, (uint64_t)GstWalk.pPml4e->u)); - not always true with SMP guests. */
498 GstWalk.pPml4e->u |= X86_PML4E_A;
/vbox/src/VBox/VMM/include/
H A DPGMInline.h939 PCX86PML4E pPml4e = *ppPml4e = &pGuestPml4->a[iPml4]; local
940 if (!pPml4e->n.u1Present)
942 if (RT_UNLIKELY(pPml4e->u & pVCpu->pgm.s.fGstAmd64MbzPml4eMask))
947 int rc = PGM_GCPHYS_2_PTR_BY_VMCPU(pVCpu, pPml4e->u & X86_PML4E_PG_MASK, &pPdptTemp);
H A DPGMInternal.h2679 PX86PML4E pPml4e; member in struct:PGMPTWALKGSTAMD64

Completed in 100 milliseconds