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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1905 const uint32_t cHistoryEntries = RT_ELEMENTS(pVM->pgm.s.LiveSave.acDirtyPagesHistory);
1916 pVM->pgm.s.LiveSave.acDirtyPagesHistory[i] = cDirtyNow;
1920 AssertCompile(RT_ELEMENTS(pVM->pgm.s.LiveSave.acDirtyPagesHistory) > 4);
1921 uint64_t cTotal = pVM->pgm.s.LiveSave.acDirtyPagesHistory[i];
1922 cTotal += pVM->pgm.s.LiveSave.acDirtyPagesHistory[(i + cHistoryEntries - 1) % cHistoryEntries];
1923 cTotal += pVM->pgm.s.LiveSave.acDirtyPagesHistory[(i + cHistoryEntries - 2) % cHistoryEntries];
1924 cTotal += pVM->pgm.s.LiveSave.acDirtyPagesHistory[(i + cHistoryEntries - 3) % cHistoryEntries];
1932 cTotal += pVM->pgm.s.LiveSave.acDirtyPagesHistory[i];
1935 cTotal += pVM->pgm.s.LiveSave.acDirtyPagesHistory[i];
2038 for (unsigned i = 0; i < RT_ELEMENTS(pVM->pgm.s.LiveSave.acDirtyPagesHistory);
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3417 uint32_t acDirtyPagesHistory[64]; member in struct:PGM::__anon16965

Completed in 70 milliseconds