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

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp68 uint32_t idxPage = 0; local
90 rc = GMMR0SharedModuleCheckPage(pGVM, pModule, idxRegion, idxPage, &PageDesc);
150 idxPage++;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp814 unsigned idxPage; local
819 idxPage = pPool->aDirtyPages[i].uIdx;
820 AssertRelease(idxPage != NIL_PGMPOOL_IDX);
821 pPage = &pPool->aPages[idxPage];
822 Assert(pPage->idx == idxPage);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1642 unsigned idxPage; local
1648 idxPage = pPool->aDirtyPages[idxSlot].uIdx;
1649 AssertRelease(idxPage != NIL_PGMPOOL_IDX);
1650 pPage = &pPool->aPages[idxPage];
1651 Assert(pPage->idx == idxPage);
1831 unsigned idxPage = pPool->aDirtyPages[i].uIdx; local
1833 pPage = &pPool->aPages[idxPage];
1925 unsigned idxPage = pPool->aDirtyPages[i].uIdx; local
1927 PPGMPOOLPAGE pPage = &pPool->aPages[idxPage];
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp2604 uint32_t idxPage = 0; local
2612 paNewPage64[idxPage++] = (pGMR->paDesc[i].GCPhys + j * PAGE_SIZE) >> PAGE_SHIFT;
2615 AssertBreak(idxPage == pGMR->cbTotal >> PAGE_SHIFT);

Completed in 68 milliseconds