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

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp335 VMMR3_INT_DECL(int) HMR3Init(PVM pVM) function
337 LogFlow(("HMR3Init\n"));
462 LogRel(("HM: HMR3Init: AMD-V%s\n", fCaps & SUPVTCAPS_NESTED_PAGING ? " w/ nested paging" : ""));
470 LogRel(("HM: HMR3Init: VT-x%s%s\n",
486 LogRel(("HM: HMR3Init: Falling back to raw-mode: The host kernel does not support VT-x.%s\n", pszMinReq));
570 LogRel(("HM: HMR3Init: Falling back to raw-mode: %s\n", pszMsg));
1199 * EPT and unhampered guest execution are determined in HMR3Init, verify the sanity of that.
1447 * Nested paging is determined in HMR3Init, verify the sanity of that.

Completed in 40 milliseconds