Lines Matching refs:PGM_PAGE_IS_BALLOONED
254 pRom->aPages[iPage].LiveSave.fWrittenTo = !PGM_PAGE_IS_ZERO(&pRom->aPages[iPage].Shadow) && !PGM_PAGE_IS_BALLOONED(&pRom->aPages[iPage].Shadow);
262 pRom->aPages[iPage].LiveSave.fWrittenTo = !PGM_PAGE_IS_ZERO(pPage) && !PGM_PAGE_IS_BALLOONED(pPage);
264 pRom->aPages[iPage].LiveSave.fWrittenTo = !PGM_PAGE_IS_ZERO(&pRom->aPages[iPage].Shadow) && !PGM_PAGE_IS_BALLOONED(&pRom->aPages[iPage].Shadow);
463 && !PGM_PAGE_IS_BALLOONED(pPage))
550 bool fZero = PGM_PAGE_IS_ZERO(pPage) || PGM_PAGE_IS_BALLOONED(pPage); Assert(!PGM_PAGE_IS_BALLOONED(pPage)); /* Shouldn't be ballooned. */
1122 || PGM_PAGE_IS_BALLOONED(pPage))
1296 && !PGM_PAGE_IS_BALLOONED(&pCur->aPages[iPage]))
1633 bool fBallooned = PGM_PAGE_IS_BALLOONED(pCurPage);
2244 && !PGM_PAGE_IS_BALLOONED(pPage))
2722 if (PGM_PAGE_IS_BALLOONED(pPage))
2763 if (PGM_PAGE_IS_BALLOONED(pPage))
2944 || PGM_PAGE_IS_BALLOONED(pRealPage))