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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp197 PX86PDPT pPDPT; member in union:__anon16828
519 if (iShw < X86_PG_PAE_PDPE_ENTRIES) /* don't use RT_ELEMENTS(uShw.pPDPT->a), because that's for long mode only */
522 if (uShw.pPDPT->a[iShw].u & PGM_PLXFLAGS_MAPPING)
532 if (uShw.pPDPT->a[iShw].n.u1Present)
534 LogFlow(("pgmPoolMonitorChainChanging: pae pdpt iShw=%#x: %RX64 -> freeing it!\n", iShw, uShw.pPDPT->a[iShw].u));
536 uShw.pPDPT->a[iShw].u & X86_PDPE_PG_MASK,
539 ASMAtomicWriteU64(&uShw.pPDPT->a[iShw].u, 0);
551 if (uShw.pPDPT->a[iShw2].u & PGM_PLXFLAGS_MAPPING)
561 if (uShw.pPDPT->a[iShw2].n.u1Present)
563 LogFlow(("pgmPoolMonitorChainChanging: pae pdpt iShw=%#x: %RX64 -> freeing it!\n", iShw2, uShw.pPDPT
[all...]

Completed in 36 milliseconds