Searched refs:SUPR0EnableVTx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp108 /** Whether we're using SUPR0EnableVTx or not. */
352 int rc = g_HvmR0.lLastError = SUPR0EnableVTx(true /* fEnable */);
360 rc = SUPR0EnableVTx(false /* fEnable */);
724 rc = SUPR0EnableVTx(false /* fEnable */);
929 rc = SUPR0EnableVTx(true /* fEnable */);
936 AssertMsgFailed(("hmR0EnableAllCpuOnce/SUPR0EnableVTx: rc=%Rrc\n", rc));
1671 /* When using SUPR0EnableVTx we must let the host suspend and resume VT-x,
/vbox/include/VBox/
H A Dsup.h1832 SUPR0DECL(int) SUPR0EnableVTx(bool fEnable);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp162 { "SUPR0EnableVTx", (void *)SUPR0EnableVTx },
3707 SUPR0DECL(int) SUPR0EnableVTx(bool fEnable) function

Completed in 67 milliseconds