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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp2906 PPGMPAGE pRealPage; local
2911 pRealPage = &pRomPage->Virgin;
2913 pRealPage = NULL;
2923 pRealPage = &pRomPage->Shadow;
2925 pRealPage = NULL;
2930 if (!pRealPage)
2932 rc = pgmPhysGetPageWithHintEx(pVM, GCPhys, &pRealPage, &pRamHint);
2943 if ( PGM_PAGE_IS_ZERO(pRealPage)
2944 || PGM_PAGE_IS_BALLOONED(pRealPage))
2951 rc = pgmPhysPageMakeWritableAndMap(pVM, pRealPage, GCPhy
[all...]

Completed in 49 milliseconds