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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4085 xml::ElementNode *pelmCPU = pelmHardware->createChild("CPU"); local
4087 xml::ElementNode *pelmHwVirtEx = pelmCPU->createChild("HardwareVirtEx");
4090 pelmCPU->createChild("HardwareVirtExNestedPaging")->setAttribute("enabled", hw.fNestedPaging);
4091 pelmCPU->createChild("HardwareVirtExVPID")->setAttribute("enabled", hw.fVPID);
4092 pelmCPU->createChild("HardwareVirtExUX")->setAttribute("enabled", hw.fUnrestrictedExecution);
4093 pelmCPU->createChild("PAE")->setAttribute("enabled", hw.fPAE);
4095 pelmCPU->createChild("LongMode")->setAttribute("enabled", hw.enmLongMode == Hardware::LongMode_Enabled);
4098 pelmCPU->createChild("SyntheticCpu")->setAttribute("enabled", hw.fSyntheticCpu);
4100 pelmCPU->createChild("TripleFaultReset")->setAttribute("enabled", hw.fTripleFaultReset);
4101 pelmCPU
[all...]

Completed in 124 milliseconds