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

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp234 * @sa PPGMRZDYNMAP, PGMRCDYNMAP.
308 typedef CTX_MID(PGM,DYNMAP) *PPGMRZDYNMAP; typedef
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 pThi
[all...]

Completed in 46 milliseconds