Searched refs:VERR_TOO_MANY_CPUID_LEAVES (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Derr.h634 #define VERR_TOO_MANY_CPUID_LEAVES (1760) macro
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp840 AssertLogRelReturn(cLeaves < CPUM_CPUID_MAX_LEAVES, VERR_TOO_MANY_CPUID_LEAVES);
4072 rc = SSMR3SetLoadError(pSSM, VERR_TOO_MANY_CPUID_LEAVES, RT_SRC_POS,

Completed in 1683 milliseconds