Searched defs:iChunk (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp977 uint32_t iChunk = pThis->cCurChunks; local
978 while (iChunk-- > 0)
980 RTMemFree(pThis->apChunks[iChunk]);
981 pThis->apChunks[iChunk] = NULL;
1010 for (uint32_t iChunk = 0; iChunk < cChunks; iChunk++)
1012 pChunk = pThis->apChunks[iChunk];
1109 uint32_t const iChunk = uMem / VBOXDTVMEMCHUNK_BITS; local
1110 if (iChunk < pThi
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1549 * @param iChunk The chunk number.
1554 uint32_t cbChunk, uint32_t iChunk, const char *pszDesc,
1557 const char *pszDescChunk = iChunk == 0
1559 : MMR3HeapAPrintf(pVM, MM_TAG_PGM_PHYS, "%s (#%u)", pszDesc, iChunk + 1);
1722 uint32_t iChunk = 0; local
1729 rc = pgmR3PhysRegisterHighRamChunk(pVM, GCPhysChunk, cPagesInChunk, cbChunk, iChunk, pszDesc, &pPrev);
1735 iChunk++;
1553 pgmR3PhysRegisterHighRamChunk(PVM pVM, RTGCPHYS GCPhys, uint32_t cRamPages, uint32_t cbChunk, uint32_t iChunk, const char *pszDesc, PPGMRAMRANGE *ppPrev) argument

Completed in 136 milliseconds