Searched refs:pPML4 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp1399 PCX86PML4 pPML4;
1400 int rc = pgmR3DumpHierarchyShwMapPage(pState, HCPhys, "Page map level 4", false, (void const **)&pPML4);
1425 X86PML4E Pml4e = pPML4->a[i];
1429 | (i >= RT_ELEMENTS(pPML4->a) / 2 ? UINT64_C(0xffff000000000000) : 0);
2072 PCX86PML4 pPML4;
2074 int rc = pgmR3DumpHierarchyGstMapPage(pState, GCPhys, "Page map level 4", (void const **)&pPML4, &Lock);
2099 X86PML4E Pml4e = pPML4->a[i];
2103 | (i >= RT_ELEMENTS(pPML4->a) / 2 ? UINT64_C(0xffff000000000000) : 0);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp198 PX86PML4 pPML4; member in union:__anon16828
652 if (uShw.pPML4->a[iShw].n.u1Present)
654 LogFlow(("pgmPoolMonitorChainChanging: pml4 iShw=%#x: %RX64 -> freeing it!\n", iShw, uShw.pPML4->a[iShw].u));
655 pgmPoolFree(pVM, uShw.pPML4->a[iShw].u & X86_PML4E_PG_MASK, pPage->idx, iShw);
656 ASMAtomicWriteU64(&uShw.pPML4->a[iShw].u, 0);
663 if (uShw.pPML4->a[iShw2].n.u1Present)
665 LogFlow(("pgmPoolMonitorChainChanging: pml4 iShw2=%#x: %RX64 -> freeing it!\n", iShw2, uShw.pPML4->a[iShw2].u));
666 pgmPoolFree(pVM, uShw.pPML4->a[iShw2].u & X86_PML4E_PG_MASK, pPage->idx, iShw2);
667 ASMAtomicWriteU64(&uShw.pPML4->a[iShw2].u, 0);

Completed in 65 milliseconds