Searched defs:pPD (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp760 PX86PD pPD = pgmGstGet32bitPDPtr(pVCpu); local
761 Assert(pPD);
768 if ( pPD->a[iPDE + iPT].n.u1Present /** @todo PGMGstGetPDE. */
769 && (EMIsRawRing0Enabled(pVM) || pPD->a[iPDE + iPT].n.u1User))
777 iPDE, iPT, pPD->a[iPDE + iPT].au32[0]));
782 iPDE, iPT, pPD->a[iPDE + iPT].au32[0]));
849 PX86PD pPD = pgmGstGet32bitPDPtr(pVCpu); local
850 Assert(pPD);
862 if ( pPD->a[iPDE + iPT].n.u1Present /** @todo PGMGstGetPDE. */
864 || pPD
[all...]
H A DPGMAllPool.cpp195 PX86PD pPD; member in union:__anon16828
375 if (uShw.pPD->a[iShw].u & PGM_PDFLAGS_MAPPING)
386 if (uShw.pPD->a[iShw].n.u1Present)
388 LogFlow(("pgmPoolMonitorChainChanging: 32 bit pd iShw=%#x: %RX64 -> freeing it!\n", iShw, uShw.pPD->a[iShw].u));
390 uShw.pPD->a[iShw].u & X86_PDE_PAE_PG_MASK,
393 ASMAtomicWriteU32(&uShw.pPD->a[iShw].u, 0);
402 && iShw2 < RT_ELEMENTS(uShw.pPD->a))
405 if (uShw.pPD->a[iShw2].u & PGM_PDFLAGS_MAPPING)
414 if (uShw.pPD->a[iShw2].n.u1Present)
416 LogFlow(("pgmPoolMonitorChainChanging: 32 bit pd iShw=%#x: %RX64 -> freeing it!\n", iShw2, uShw.pPD
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInline.h904 PCX86PDPAE pPD; local
905 rc = PGM_GCPHYS_2_PTR_BY_VMCPU(pVCpu, pPdptTemp->a[iPdpt].u & X86_PDPE_PG_MASK, &pPD);
909 return pPD->a[iPD];
961 PX86PDPAE pPD;
962 rc = PGM_GCPHYS_2_PTR_BY_VMCPU(pVCpu, pPdptTemp->a[iPdpt].u & X86_PDPE_PG_MASK, &pPD);
970 return pPD;

Completed in 57 milliseconds