Searched refs:VERR_TOO_MANY_CPUS (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/
H A Derr.h82 #define VERR_TOO_MANY_CPUS (-1019) macro
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp915 return VERR_TOO_MANY_CPUS;
H A DHMR0.cpp641 return VERR_TOO_MANY_CPUS;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp1808 return VERR_TOO_MANY_CPUS;
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp226 AssertLogRelMsgReturn(cCpus > 0 && cCpus <= VMM_MAX_CPU_COUNT, ("%RU32\n", cCpus), VERR_TOO_MANY_CPUS);
H A DCPUMR3CpuId.cpp2749 AssertReturn(pVM->cCpus <= 64, VERR_TOO_MANY_CPUS);

Completed in 3951 milliseconds