Lines Matching defs:false
74 * @returns true if it's the shadow of a 4MB or 2MB guest page, otherwise false.
86 return false;
693 * @returns true if it's likely that we're forking, otherwise false.
724 return false;
732 * @returns false if we consider it to still be a paging page.
797 return false;
807 return false;
1068 bool fForcedFlush = false;
1162 bool fReused = false;
1163 bool fNotReusedNotForking = false;
1219 bool fValidStosd = false;
1274 Assert(pPage->fDirty == false);
1516 *pfFlush = false;
1584 *pfFlush = false;
1639 static void pgmPoolFlushDirtyPage(PVM pVM, PPGMPOOL pPool, unsigned idxSlot, bool fAllowRemoval = false)
1665 pPage->fDirty = false;
1822 return false;
1838 return false;
2080 * @returns false if not reused.
2102 return false;
2134 return false;
2165 return false;
2172 return false;
2321 pPage->fCached = false;
2488 pgmPoolFlushDirtyPage(pPool->CTX_SUFF(pVM), pPool, pPageHead->idxDirtyEntry, false /* do not remove */);
2611 pPage->fMonitored = false;
2745 pgmR3PoolClearAll(pVM, false /*fFlushRemTlb*/);
2952 pgmPoolFlushDirtyPage(pPool->CTX_SUFF(pVM), pPool, pPage->idxDirtyEntry, false /* do not remove */);
3134 * @returns true / false indicating removal of all relevant PTEs
3146 bool fRet = false;
3421 bool fKeepList = false;
3481 * The caller MUST initialized this to @a false.
4806 * @param fFlush Flush the TLBS when required (should only be false in very specific use cases!!)
4811 bool fFlushRequired = false;
4859 pPage->fZeroed = false;
4863 pgmPoolFlushDirtyPage(pVM, pPool, pPage->idxDirtyEntry, false /* do not remove */);
4903 pPage->fReusedFlushPending = false;
5084 pPage->fSeenNonGlobal = false; /* Set this to 'true' to disable this feature. */
5085 pPage->fMonitored = false;
5086 pPage->fCached = false;
5087 pPage->fDirty = false;
5088 pPage->fReusedFlushPending = false;
5356 pPage->fZeroed = false; /* This could probably be optimized, but better safe than sorry. */
5357 pPage->fSeenNonGlobal = false;
5358 pPage->fMonitored = false;
5359 pPage->fDirty = false;
5360 pPage->fCached = false;
5361 pPage->fReusedFlushPending = false;