Searched refs:getCPUProperty (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/glue/tests/
H A DTestVBox.java99 paeEnabled = m.getCPUProperty(CPUPropertyType.PAE);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1793 reporter.log(" Long-mode: %s" % (oVM.getCPUProperty(vboxcon.CPUPropertyType_LongMode)));
1795 reporter.log(" PAE: %s" % (oVM.getCPUProperty(vboxcon.CPUPropertyType_PAE)));
1796 reporter.log(" Synthetic CPU: %s" % (oVM.getCPUProperty(vboxcon.CPUPropertyType_Synthetic)));
/vbox/src/VBox/Main/include/
H A DMachineImpl.h1090 HRESULT getCPUProperty(CPUPropertyType_T aProperty,
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp2134 HRESULT Machine::getCPUProperty(CPUPropertyType_T aProperty, BOOL *aValue) function in class:Machine

Completed in 256 milliseconds