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

/vbox/src/VBox/VMM/include/
H A DPGMInline.h1368 * @param pPoolPage The pool page.
1372 DECLINLINE(void) pgmTrackDerefGCPhys(PPGMPOOL pPool, PPGMPOOLPAGE pPoolPage, PPGMPAGE pPhysPage, uint16_t iPte) argument
1386 Assert(pPoolPage->idx == PGM_PAGE_GET_TD_IDX(pPhysPage));
1392 pgmPoolTrackPhysExtDerefGCPhys(pPool, pPoolPage, pPhysPage, iPte);
H A DPGMInternal.h4103 void pgmPoolTrackPhysExtDerefGCPhys(PPGMPOOL pPool, PPGMPOOLPAGE pPoolPage, PPGMPAGE pPhysPage, uint16_t iPte);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h4002 PPGMPOOLPAGE pPoolPage = pgmPoolGetPage(pPool, HCPhysShw);
4003 if (!pPoolPage)
4010 const SHWPT *pPTDst = (const SHWPT *)PGMPOOL_PAGE_2_PTR_V2(pVM, pVCpu, pPoolPage);
4060 if ( pPoolPage->enmKind
4064 pPoolPage->enmKind, GCPtr, (uint64_t)PdeSrc.u));
4077 if (GCPhysGst != pPoolPage->GCPhys)
4080 GCPhysGst, pPoolPage->GCPhys, GCPtr));
H A DPGMAll.cpp1807 PPGMPOOLPAGE pPoolPage = pVCpu->pgm.s.CTX_SUFF(pShwPageCR3); local
1808 AssertPtrReturn(pPoolPage, 0);
1809 return pPoolPage->Core.Key;

Completed in 85 milliseconds