Changeset 76227 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Dec 14, 2018 10:43:07 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r76223 r76227 203 203 { "SUPR0GetPagingMode", (void *)(uintptr_t)SUPR0GetPagingMode }, 204 204 { "SUPR0GetSvmUsability", (void *)(uintptr_t)SUPR0GetSvmUsability }, 205 { "SUPR0GetVTSupport", (void *)(uintptr_t)SUPR0GetVTSupport }, 205 206 { "SUPR0GetVmxUsability", (void *)(uintptr_t)SUPR0GetVmxUsability }, 206 207 { "SUPR0GetRawModeUsability", (void *)(uintptr_t)SUPR0GetRawModeUsability }, … … 4110 4111 SUPR0DECL(int) SUPR0GetVTSupport(uint32_t *pfCaps) 4111 4112 { 4112 Assert(!RTThreadPreemptIsEnabled(NIL_RTTHREAD));4113 4113 Assert(pfCaps); 4114 4114 *pfCaps = 0;
Note:
See TracChangeset
for help on using the changeset viewer.