Lines Matching defs:PPGMRZDYNMAP

234  * @sa PPGMRZDYNMAP, PGMRCDYNMAP.
308 typedef CTX_MID(PGM,DYNMAP) *PPGMRZDYNMAP;
326 static void pgmRZDynMapReleasePage(PPGMRZDYNMAP pThis, uint32_t iPage, uint32_t cRefs);
328 static int pgmR0DynMapSetup(PPGMRZDYNMAP pThis);
329 static int pgmR0DynMapExpand(PPGMRZDYNMAP pThis);
330 static void pgmR0DynMapTearDown(PPGMRZDYNMAP pThis);
381 PPGMRZDYNMAP pThis = (PPGMRZDYNMAP)RTMemAllocZ(sizeof(*pThis));
440 PPGMRZDYNMAP pThis = g_pPGMR0DynMap;
490 PPGMRZDYNMAP pThis = g_pPGMR0DynMap;
533 PPGMRZDYNMAP pThis = g_pPGMR0DynMap;
612 PPGMRZDYNMAP pThis = (PPGMRZDYNMAP)pvUser1;
627 static int pgmR0DynMapTlbShootDown(PPGMRZDYNMAP pThis)
648 static uint32_t pgmR0DynMapCalcNewSize(PPGMRZDYNMAP pThis, uint32_t *pcMinPages)
694 void pgmR0DynMapPagingArrayInit(PPGMRZDYNMAP pThis, PPGMR0DYNMAPPGLVL pPgLvl)
804 static int pgmR0DynMapPagingArrayMapPte(PPGMRZDYNMAP pThis, PPGMR0DYNMAPPGLVL pPgLvl, void *pvPage,
891 DECLINLINE(void) pgmR0DynMapSetupGuardPage(PPGMRZDYNMAP pThis, PPGMRZDYNMAPENTRY pPage)
915 static int pgmR0DynMapAddSeg(PPGMRZDYNMAP pThis, uint32_t cPages)
1086 static int pgmR0DynMapSetup(PPGMRZDYNMAP pThis)
1129 static int pgmR0DynMapExpand(PPGMRZDYNMAP pThis)
1172 static void pgmR0DynMapTearDown(PPGMRZDYNMAP pThis)
1262 PPGMRZDYNMAP pThis;
1308 DECLINLINE(void) pgmRZDynMapReleasePageLocked(PPGMRZDYNMAP pThis, uint32_t iPage, int32_t cRefs)
1331 static void pgmRZDynMapReleasePage(PPGMRZDYNMAP pThis, uint32_t iPage, uint32_t cRefs)
1350 static uint32_t pgmR0DynMapPageSlow(PPGMRZDYNMAP pThis, RTHCPHYS HCPhys, uint32_t iPage, PVMCPU pVCpu, bool *pfNew)
1456 DECLINLINE(uint32_t) pgmR0DynMapPage(PPGMRZDYNMAP pThis, RTHCPHYS HCPhys, int32_t iRealCpu, PVMCPU pVCpu, void **ppvPage)
1561 static int pgmRZDynMapAssertIntegrity(PPGMRZDYNMAP pThis)
1708 return pgmRZDynMapAssertIntegrity((PPGMRZDYNMAP)pVM->pgm.s.pRCDynMap);
1879 PPGMRZDYNMAP pThis = PGMRZDYNMAP_SET_2_DYNMAP(pSet);
1903 PPGMRZDYNMAP pThis = PGMRZDYNMAP_SET_2_DYNMAP(pSet);
2019 PPGMRZDYNMAP pThis = PGMRZDYNMAP_SET_2_DYNMAP(pSet);
2069 PPGMRZDYNMAP pThis = PGMRZDYNMAP_SET_2_DYNMAP(pSet);
2291 PPGMRZDYNMAP pThis = PGMRZDYNMAP_SET_2_DYNMAP(pSet);
2482 PPGMRZDYNMAP pThis = PGMRZDYNMAP_SET_2_DYNMAP(pSet);