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

/vbox/include/VBox/
H A Dparam.h97 #define PGM_HANDY_PAGES_SET_FF 32 macro
99 * This is must be smaller than both PGM_HANDY_PAGES_SET_FF and
108 * This is must be smaller than both PGM_HANDY_PAGES_SET_FF and
117 * This must be greater or equal to PGM_HANDY_PAGES_SET_FF.
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp475 if (pVM->pgm.s.cHandyPages <= RT_MAX(PGM_HANDY_PAGES_SET_FF, PGM_HANDY_PAGES_R3_ALLOC))
477 if (pVM->pgm.s.cHandyPages <= RT_MAX(PGM_HANDY_PAGES_SET_FF, PGM_HANDY_PAGES_RZ_TO_R3))
523 if (pVM->pgm.s.cHandyPages <= PGM_HANDY_PAGES_SET_FF)

Completed in 41 milliseconds