Searched defs:pPoolPage (Results 1 - 2 of 2) 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);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1807 PPGMPOOLPAGE pPoolPage = pVCpu->pgm.s.CTX_SUFF(pShwPageCR3); local
1808 AssertPtrReturn(pPoolPage, 0);
1809 return pPoolPage->Core.Key;

Completed in 43 milliseconds