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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp220 bool fVTSupported, member in struct:Host::Data
313 m->fVTSupported = false;
356 m->fVTSupported = true;
368 m->fVTSupported = true;
384 if (m->fVTSupported)
402 m->fVTSupported = m->fNestedPagingSupported = false;
1027 m->fVTSupported = m->fNestedPagingSupported = true;
1037 *aSupported = m->fVTSupported;

Completed in 91 milliseconds