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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1914 unsigned idxDirtyPage = RT_ELEMENTS(pPool->aDirtyPages); local
1930 idxDirtyPage = i;
1936 if (idxDirtyPage != RT_ELEMENTS(pPool->aDirtyPages))
1938 pgmPoolFlushDirtyPage(pVM, pPool, idxDirtyPage, true /* allow removal of reused page tables*/);

Completed in 494 milliseconds