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

/vbox/include/VBox/vmm/
H A Dmm.h249 VMMR3DECL(int) MMR3InitPaging(PVM pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DMM.cpp296 VMMR3DECL(int) MMR3InitPaging(PVM pVM) function
298 LogFlow(("MMR3InitPaging:\n"));
436 LogFlow(("MMR3InitPaging: returns %Rrc\n", rc));
606 * This can be called before MMR3InitPaging.
632 * This can be called before MMR3InitPaging.
658 * This can be called before MMR3InitPaging.
684 * This can be called before MMR3InitPaging.
H A DVM.cpp951 rc = MMR3InitPaging(pVM);

Completed in 56 milliseconds