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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1915 uint32_t i = pVM->pgm.s.LiveSave.iDirtyPagesHistory;
1917 pVM->pgm.s.LiveSave.iDirtyPagesHistory = (i + 1) % cHistoryEntries;
2040 pVM->pgm.s.LiveSave.iDirtyPagesHistory = 0;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3415 uint8_t iDirtyPagesHistory; member in struct:PGM::__anon16965

Completed in 3358 milliseconds