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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp3294 pRomPage->Virgin = *pPage;
3313 pRomPage->Virgin = *pPage;
3391 * Note that the Virgin member of the pages has already been initialized above.
3698 int rc = pgmPhysPageMapReadOnly(pVM, &pRom->aPages[iPage].Virgin, GCPhys, &pvDstPage);
3706 rc = pgmPhysPageMap(pVM, &pRom->aPages[iPage].Virgin, GCPhys, &pvDstPageW);
3813 PPGMPAGE pOld = PGMROMPROT_IS_ROM(pRomPage->enmProt) ? &pRomPage->Virgin : &pRomPage->Shadow;
3814 PPGMPAGE pNew = PGMROMPROT_IS_ROM(pRomPage->enmProt) ? &pRomPage->Shadow : &pRomPage->Virgin;
H A DPGMSavedState.cpp80 /** Virgin ROM page. Followed by protection (8-bit) and the raw bits. */
457 pPage = &pRom->aPages[iPage].Virgin;
2362 PPGMPAGE pPageActive = PGMROMPROT_IS_ROM(enmProt) ? &pRomPage->Virgin : &pRomPage->Shadow;
2363 PPGMPAGE pPagePassive = PGMROMPROT_IS_ROM(enmProt) ? &pRomPage->Shadow : &pRomPage->Virgin;
2911 pRealPage = &pRomPage->Virgin;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h818 GEN_CHECK_OFF(PGMROMPAGE, Virgin);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1472 PGMPAGE Virgin; member in struct:PGMROMPAGE

Completed in 99 milliseconds