Searched defs:pCurPage (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1585 PPGMPAGE pCurPage = &pCur->aPages[iPage]; local
1599 if (PGM_PAGE_GET_TYPE(pCurPage) != PGMPAGETYPE_RAM) /* in case of recent remappings */
1601 if ( PGM_PAGE_GET_STATE(pCurPage)
1618 if (PGM_PAGE_GET_TYPE(pCurPage) != PGMPAGETYPE_RAM)
1623 if (PGM_PAGE_GET_TYPE(pCurPage) != PGMPAGETYPE_RAM)
1632 bool fZero = PGM_PAGE_IS_ZERO(pCurPage);
1633 bool fBallooned = PGM_PAGE_IS_BALLOONED(pCurPage);
1645 rc = pgmPhysGCPhys2CCPtrInternalReadOnly(pVM, pCurPage, GCPhys, &pvPage, &PgMpLck);
1663 if ( PGM_PAGE_IS_WRITTEN_TO(pCurPage)
1664 || PGM_PAGE_IS_FT_DIRTY(pCurPage))
[all...]

Completed in 50 milliseconds