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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp196 PX86PDPAE pPDPae; member in union:__anon16828
271 if ((uShw.pPDPae->a[iShw + i].u & (PGM_PDFLAGS_MAPPING | X86_PDE_P)) == (PGM_PDFLAGS_MAPPING | X86_PDE_P))
279 if (uShw.pPDPae->a[iShw+i].n.u1Present)
281 LogFlow(("pgmPoolMonitorChainChanging: pae pd iShw=%#x: %RX64 -> freeing it!\n", iShw+i, uShw.pPDPae->a[iShw+i].u));
283 uShw.pPDPae->a[iShw+i].u & X86_PDE_PAE_PG_MASK,
286 ASMAtomicWriteU64(&uShw.pPDPae->a[iShw+i].u, 0);
294 if (iShw2 < RT_ELEMENTS(uShw.pPDPae->a))
297 if ((uShw.pPDPae->a[iShw2].u & (PGM_PDFLAGS_MAPPING | X86_PDE_P)) == (PGM_PDFLAGS_MAPPING | X86_PDE_P))
305 if (uShw.pPDPae->a[iShw2].n.u1Present)
307 LogFlow(("pgmPoolMonitorChainChanging: pae pd iShw=%#x: %RX64 -> freeing it!\n", iShw2, uShw.pPDPae
[all...]

Completed in 46 milliseconds