Searched refs:PGMPOOL_IDX_FIRST (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp171 AssertLogRelMsgReturn(cMaxPages <= PGMPOOL_IDX_LAST && cMaxPages >= RT_ALIGN(PGMPOOL_IDX_FIRST, 16),
246 pPool->cCurPages = PGMPOOL_IDX_FIRST;
641 while (--iPage >= PGMPOOL_IDX_FIRST)
889 while (--iPage >= PGMPOOL_IDX_FIRST)
/vbox/src/VBox/VMM/include/
H A DPGMInline.h406 if (pPage->idx >= PGMPOOL_IDX_FIRST)
427 if (pPage->idx >= PGMPOOL_IDX_FIRST)
1359 AssertFatalMsg(idx >= PGMPOOL_IDX_FIRST && idx < pPool->cCurPages, ("idx=%d\n", idx));
H A DPGMInternal.h2011 #define PGMPOOL_IDX_FIRST 1 macro
2476 PGMPOOLPAGE aPages[PGMPOOL_IDX_FIRST];
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp125 if (pPage->idx >= PGMPOOL_IDX_FIRST)
2056 && pPage->idx >= PGMPOOL_IDX_FIRST /* paranoia (#6349) */)
3617 while (--iPage >= PGMPOOL_IDX_FIRST)
3752 if (pUserPage->idx < PGMPOOL_IDX_FIRST)
4822 AssertMsgReturn(pPage->idx >= PGMPOOL_IDX_FIRST,
4940 AssertReturnVoid(pPage->idx >= PGMPOOL_IDX_FIRST); /* paranoia (#6349) */
5322 if (pPool->cCurPages <= PGMPOOL_IDX_FIRST)
5338 for (unsigned i = pPool->cCurPages - 1; i >= PGMPOOL_IDX_FIRST; i--)
5374 pPool->iFreeHead = PGMPOOL_IDX_FIRST;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h923 GEN_CHECK_OFF(PGMPOOL, aPages[PGMPOOL_IDX_FIRST - 1]);

Completed in 404 milliseconds