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

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp315 * @param fLongMode Whether long mode is enabled and a 64-bit CIM type is
318 ovf::CIMOSType_T convertVBoxOSType2CIMOSType(const char *pcszVBox, BOOL fLongMode) argument
324 if (fLongMode && !(g_osTypes[i].osType & VBOXOSTYPE_x64))
341 return fLongMode ? ovf::CIMOSType_CIMOS_Other_64 : ovf::CIMOSType_CIMOS_Other;
H A DApplianceImplExport.cpp132 BOOL fLongMode; local
133 rc = GetCPUProperty(CPUPropertyType_LongMode, &fLongMode);
140 ovf::CIMOSType_T cim = convertVBoxOSType2CIMOSType(strOsTypeVBox.c_str(), fLongMode);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2796 bool fLongMode; local
2798 && pelmCPUChild->getAttributeValue("enabled", fLongMode) )
2799 hw.enmLongMode = fLongMode ? Hardware::LongMode_Enabled : Hardware::LongMode_Disabled;
/vbox/include/VBox/vmm/
H A Dcpum.h982 uint32_t fLongMode : 1; member in struct:CPUMFEATURES

Completed in 63 milliseconds