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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp4791 pPage->fZeroed = true;
4859 pPage->fZeroed = false;
5129 if (!pPage->fZeroed)
5356 pPage->fZeroed = false; /* This could probably be optimized, but better safe than sorry. */
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp310 Assert(!pPool->aPages[NIL_PGMPOOL_IDX].fZeroed);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2182 bool fZeroed : 1; member in struct:PGMPOOLPAGE

Completed in 348 milliseconds