Searched refs:pMM (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DMMInternal.h692 * @param pMM Pointer to MM instance data.
694 #define MM2VM(pMM) ( (PVM)((uint8_t *)pMM - pMM->offVM) )
/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp125 PCFGMNODE pMM = CFGMR3GetChild(CFGMR3GetRoot(pVM), "MM"); local
127 int rc = CFGMR3QueryU32Def(pMM, "cbHyperHeap", &cbHyperHeap, mmR3HyperComputeHeapSize(pVM));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1368 PCFGMNODE pMM; local
1369 InsertConfigNode(pRoot, "MM", &pMM);
1370 InsertConfigInteger(pMM, "CanUseLargerHeap", chipsetType == ChipsetType_ICH9);

Completed in 64 milliseconds