Lines Matching refs:aPages

228     uint32_t cb = RT_OFFSETOF(PGMPOOL, aPages[cMaxPages]);
249 PPGMPOOLUSER paUsers = (PPGMPOOLUSER)&pPool->aPages[pPool->cMaxPages];
290 pPool->aPages[NIL_PGMPOOL_IDX].enmKind = PGMPOOLKIND_INVALID;
291 pPool->aPages[NIL_PGMPOOL_IDX].idx = NIL_PGMPOOL_IDX;
292 pPool->aPages[NIL_PGMPOOL_IDX].Core.Key = NIL_RTHCPHYS;
293 pPool->aPages[NIL_PGMPOOL_IDX].GCPhys = NIL_RTGCPHYS;
294 pPool->aPages[NIL_PGMPOOL_IDX].iNext = NIL_PGMPOOL_IDX;
295 /* pPool->aPages[NIL_PGMPOOL_IDX].cLocked = INT32_MAX; - test this out... */
296 pPool->aPages[NIL_PGMPOOL_IDX].pvPageR3 = 0;
297 pPool->aPages[NIL_PGMPOOL_IDX].iUserHead = NIL_PGMPOOL_USER_INDEX;
298 pPool->aPages[NIL_PGMPOOL_IDX].iModifiedNext = NIL_PGMPOOL_IDX;
299 pPool->aPages[NIL_PGMPOOL_IDX].iModifiedPrev = NIL_PGMPOOL_IDX;
300 pPool->aPages[NIL_PGMPOOL_IDX].iMonitoredNext = NIL_PGMPOOL_IDX;
301 pPool->aPages[NIL_PGMPOOL_IDX].iMonitoredPrev = NIL_PGMPOOL_IDX;
302 pPool->aPages[NIL_PGMPOOL_IDX].iAgeNext = NIL_PGMPOOL_IDX;
303 pPool->aPages[NIL_PGMPOOL_IDX].iAgePrev = NIL_PGMPOOL_IDX;
305 Assert(pPool->aPages[NIL_PGMPOOL_IDX].idx == NIL_PGMPOOL_IDX);
306 Assert(pPool->aPages[NIL_PGMPOOL_IDX].GCPhys == NIL_RTGCPHYS);
307 Assert(!pPool->aPages[NIL_PGMPOOL_IDX].fSeenNonGlobal);
308 Assert(!pPool->aPages[NIL_PGMPOOL_IDX].fMonitored);
309 Assert(!pPool->aPages[NIL_PGMPOOL_IDX].fCached);
310 Assert(!pPool->aPages[NIL_PGMPOOL_IDX].fZeroed);
311 Assert(!pPool->aPages[NIL_PGMPOOL_IDX].fReusedFlushPending);
460 PPGMPOOLPAGE pPage = &pPool->aPages[i];
476 pPage->idx = pPage - &pPool->aPages[0];
643 PPGMPOOLPAGE pPage = &pPool->aPages[iPage];
787 PGM_PAGE_SET_TRACKING(pVM, &pRam->aPages[iPage], 0);
821 pPage = &pPool->aPages[idxPage];
891 PPGMPOOLPAGE pPage = &pPool->aPages[iPage];
964 PPGMPOOLPAGE pPage = &pPool->aPages[i];
1018 PPGMPOOLPAGE pTempPage = &pPool->aPages[j];