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

/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstOs2.py89 self.fEnableNestedPaging = True
126 self.fEnableNestedPaging = False
190 fRc = fRc and oSession.enableNestedPaging(self.fEnableNestedPaging)
/vbox/src/VBox/ValidationKit/tests/shutdown/
H A DtdGuestOsShutdown1.py90 self.fEnableNestedPaging = True
138 self.fEnableNestedPaging = False
196 fRc = fRc and oSession.enableNestedPaging(self.fEnableNestedPaging)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1309 BOOL fEnableNestedPaging = false; local
1310 hrc = pMachine->GetHWVirtExProperty(HWVirtExPropertyType_NestedPaging, &fEnableNestedPaging); H();
1311 InsertConfigInteger(pHM, "EnableNestedPaging", fEnableNestedPaging);

Completed in 66 milliseconds