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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h1468 * @param iPte Shadow PTE index
1471 DECLINLINE(void) PGM_BTH_NAME(SyncPageWorkerTrackDeref)(PVMCPU pVCpu, PPGMPOOLPAGE pShwPage, RTHCPHYS HCPhys, uint16_t iPte, argument
1492 pgmTrackDerefGCPhys(pPool, pShwPage, pPhysPage, iPte);
1527 pgmTrackDerefGCPhys(pPool, pShwPage, &pRam->aPages[iPage], iPte);
/vbox/src/VBox/VMM/include/
H A DPGMInline.h1370 * @param iPte Shadow PTE index
1372 DECLINLINE(void) pgmTrackDerefGCPhys(PPGMPOOL pPool, PPGMPOOLPAGE pPoolPage, PPGMPAGE pPhysPage, uint16_t iPte) argument
1387 Assert(iPte == PGM_PAGE_GET_PTE_INDEX(pPhysPage));
1392 pgmPoolTrackPhysExtDerefGCPhys(pPool, pPoolPage, pPhysPage, iPte);

Completed in 57 milliseconds