Searched refs:aDirtyPages (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1644 Assert(idxSlot < RT_ELEMENTS(pPool->aDirtyPages));
1645 if (pPool->aDirtyPages[idxSlot].uIdx == NIL_PGMPOOL_IDX)
1648 idxPage = pPool->aDirtyPages[idxSlot].uIdx;
1689 (PCX86PTPAE)&pPool->aDirtyPages[idxSlot].aPage[0], fAllowRemoval, &fFlush);
1692 (PCX86PT)&pPool->aDirtyPages[idxSlot].aPage[0], fAllowRemoval, &fFlush);
1707 if (pPool->cDirtyPages == RT_ELEMENTS(pPool->aDirtyPages))
1711 pPool->aDirtyPages[idxSlot].uIdx = NIL_PGMPOOL_IDX;
1712 Assert(pPool->cDirtyPages <= RT_ELEMENTS(pPool->aDirtyPages));
1742 AssertCompile(RT_ELEMENTS(pPool->aDirtyPages) == 8 || RT_ELEMENTS(pPool->aDirtyPages)
[all...]
H A DPGMAllBth.h1685 pGstPT = (PGSTPT)&pPool->aDirtyPages[pShwPage->idxDirtyEntry].aPage[0];
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp811 for (unsigned i = 0; i < RT_ELEMENTS(pPool->aDirtyPages); i++)
816 if (pPool->aDirtyPages[i].uIdx == NIL_PGMPOOL_IDX)
819 idxPage = pPool->aDirtyPages[i].uIdx;
834 pPool->aDirtyPages[i].uIdx = NIL_PGMPOOL_IDX;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2224 /** Index into PGMPOOL::aDirtyPages if fDirty is set. */
2328 /** Next available slot (in aDirtyPages). */
2338 } aDirtyPages[16]; member in struct:PGMPOOL
2479 AssertCompileMemberAlignment(PGMPOOL, aDirtyPages, 8);

Completed in 3102 milliseconds