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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1275 PCFGMNODE pHM; local
1276 InsertConfigNode(pRoot, "HM", &pHM);
1277 InsertConfigInteger(pHM, "HMForced", fHMForced);
1281 InsertConfigInteger(pHM, "64bitEnabled", fIsGuest64Bit);
1299 InsertConfigInteger(pHM, "TPRPatchingEnabled", 1);
1306 InsertConfigInteger(pHM, "Exclusive", fHMExclusive);
1311 InsertConfigInteger(pHM, "EnableNestedPaging", fEnableNestedPaging);
1316 InsertConfigInteger(pHM, "EnableLargePages", fEnableLargePages);
1321 InsertConfigInteger(pHM, "EnableVPID", fEnableVPID);
1326 InsertConfigInteger(pHM, "EnableU
[all...]

Completed in 50 milliseconds