Searched refs:PGM_PAGE_IS_BALLOONED (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp80 Assert(!pPage || !PGM_PAGE_IS_BALLOONED(pPage));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp254 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(pPag
[all...]
H A DPGMPhys.cpp1021 Assert(PGM_PAGE_IS_BALLOONED(pPage));
1974 else if (PGM_PAGE_IS_BALLOONED(pPage))
3652 && !PGM_PAGE_IS_BALLOONED(&pRom->aPages[iPage].Shadow))
3674 Assert(!PGM_PAGE_IS_BALLOONED(&pRom->aPages[iPage].Shadow));
4584 || PGM_PAGE_IS_BALLOONED(pPage))
4696 if (PGM_PAGE_IS_BALLOONED(pPage))
H A DPGMDbg.cpp664 && !PGM_PAGE_IS_BALLOONED(pPage))
809 && !PGM_PAGE_IS_BALLOONED(pPage))
H A DPGM.cpp3920 || PGM_PAGE_IS_BALLOONED(pPage))
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp1270 && !PGM_PAGE_IS_BALLOONED(pPage))
2805 Assert(!PGM_PAGE_IS_BALLOONED(pPage));
2810 else if (!PGM_PAGE_IS_BALLOONED(pPage))
4067 if (PGM_PAGE_IS_BALLOONED(pPage))
4180 if (PGM_PAGE_IS_BALLOONED(pPage))
H A DPGMAllBth.h842 if (PGM_PAGE_IS_BALLOONED(pPage))
967 AssertFatalMsg(!PGM_PAGE_IS_BALLOONED(pPage), ("Unexpected ballooned page at %RGp\n", GCPhys));
1713 if (PGM_PAGE_IS_BALLOONED(pPage))
2114 AssertFatalMsg(!PGM_PAGE_IS_BALLOONED(pPage), ("Unexpected ballooned page at %RGp\n", GCPhys));
3011 && !PGM_PAGE_IS_BALLOONED(pPage))
3024 else if (PGM_PAGE_IS_BALLOONED(pPage))
H A DPGMAllPool.cpp3536 || PGM_PAGE_IS_BALLOONED(pPhysPage))
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1018 #define PGM_PAGE_IS_BALLOONED(a_pPage) ( (a_pPage)->s.uStateY == PGM_PAGE_STATE_BALLOONED ) macro

Completed in 647 milliseconds