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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1067 unsigned cMaxModifications; local
1127 cMaxModifications = 4;
1129 cMaxModifications = 24;
1131 cMaxModifications = 48;
1149 if (pPage->cModifications >= cMaxModifications)
1156 if (pPage->cModifications >= cMaxModifications)
1164 if ( ( pPage->cModifications < cMaxModifications /** @todo #define */ /** @todo need to check that it's not mapping EIP. */ /** @todo adjust this! */
1264 if ( pPage->cModifications >= cMaxModifications

Completed in 43 milliseconds