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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp1005 * @param ppMap Where to store the address of the mapping tracking structure.
1011 static int pgmPhysPageMapCommon(PVM pVM, PPGMPAGE pPage, RTGCPHYS GCPhys, PPPGMPAGEMAP ppMap, void **ppv) argument
1020 *ppMap = NULL;
1048 *ppMap = NULL;
1070 *ppMap = NULL;
1121 *ppMap = pMap;

Completed in 52 milliseconds