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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h214 PX86PDPT pPDPT;
215 int rc = PGM_HCPHYS_2_PTR(pVM, pVCpu, Pml4e.u & X86_PML4E_PG_MASK, &pPDPT);
219 X86PDPE Pdpe = pPDPT->a[iPDPT];
384 PX86PDPT pPDPT;
385 rc = PGM_HCPHYS_2_PTR(pVM, pVCpu, Pml4e.u & X86_PML4E_PG_MASK, &pPDPT);
389 X86PDPE Pdpe = pPDPT->a[iPDPT];
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...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp1309 PCX86PDPT pPDPT;
1310 int rc = pgmR3DumpHierarchyShwMapPage(pState, HCPhys, "Page directory pointer table", false, (void const **)&pPDPT);
1323 X86PDPE Pdpe = pPDPT->a[i];
1980 PCX86PDPT pPDPT;
1982 int rc = pgmR3DumpHierarchyGstMapPage(pState, GCPhys, "Page directory pointer table", (void const **)&pPDPT, &Lock);
1995 X86PDPE Pdpe = pPDPT->a[i];

Completed in 54 milliseconds