Searched refs:MMR3Init (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstMMHyperHeap.cpp52 * Create empty VM structure and call MMR3Init().
98 rc = MMR3Init(pVM);
101 RTPrintf("Fatal error: MMR3Init failed! rc=%Rrc\n", rc);
/vbox/include/VBox/vmm/
H A Dmm.h248 VMMR3DECL(int) MMR3Init(PVM pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DMM.cpp231 VMMR3DECL(int) MMR3Init(PVM pVM) function
233 LogFlow(("MMR3Init\n"));
H A DVM.cpp937 rc = MMR3Init(pVM);

Completed in 55 milliseconds