Searched refs:VersionInfoEbx (Results 1 – 2 of 2) sorted by relevance
972 CPUID_VERSION_INFO_EBX VersionInfoEbx; in GetProcessorLocationByApicId() local1068 AsmCpuid(CPUID_VERSION_INFO, NULL, &VersionInfoEbx.Uint32, NULL, NULL); in GetProcessorLocationByApicId()1069 MaxLogicProcessorsPerPackage = VersionInfoEbx.Bits.MaximumAddressableIdsForLogicalProcessors; in GetProcessorLocationByApicId()
1067 CPUID_VERSION_INFO_EBX VersionInfoEbx; in GetProcessorLocationByApicId() local1163 AsmCpuid(CPUID_VERSION_INFO, NULL, &VersionInfoEbx.Uint32, NULL, NULL); in GetProcessorLocationByApicId()1164 MaxLogicProcessorsPerPackage = VersionInfoEbx.Bits.MaximumAddressableIdsForLogicalProcessors; in GetProcessorLocationByApicId()