Searched refs:VERR_SVM_IN_USE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DEMHandleRCTmpl.h384 case VERR_SVM_IN_USE:
/vbox/include/VBox/
H A Derr.h2045 #define VERR_SVM_IN_USE (-4054) macro
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp577 AssertMsg(rc == VINF_SUCCESS || rc == VERR_SVM_IN_USE,
589 if (rc == VERR_SVM_DISABLED || rc == VERR_SVM_IN_USE)
H A DHMSVMR0.cpp360 return VERR_SVM_IN_USE;
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp453 * VERR_SVM_IN_USE. */
930 && pVM->hm.s.lLastError == VERR_SVM_IN_USE /* implies functional AMD-V */
960 case VERR_SVM_IN_USE:
961 return VM_SET_ERROR(pVM, VERR_SVM_IN_USE, "AMD-V is being used by another hypervisor.");
H A DVM.cpp303 case VERR_SVM_IN_USE:
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp3863 rc = VERR_SVM_IN_USE;

Completed in 3112 milliseconds