Searched refs:MaxCoresPerPackage (Results 1 – 2 of 2) sorted by relevance
982 UINT32 MaxCoresPerPackage; in GetProcessorLocationByApicId() local1072 MaxCoresPerPackage = CacheParamsEax.Bits.MaximumAddressableIdsForLogicalProcessors + 1; in GetProcessorLocationByApicId()1078 MaxCoresPerPackage = 1; in GetProcessorLocationByApicId()1081 ThreadBits = (UINTN)(HighBitSet32(MaxLogicProcessorsPerPackage / MaxCoresPerPackage - 1) + 1); in GetProcessorLocationByApicId()1082 CoreBits = (UINTN)(HighBitSet32(MaxCoresPerPackage - 1) + 1); } in GetProcessorLocationByApicId()
1077 UINT32 MaxCoresPerPackage; in GetProcessorLocationByApicId() local1167 MaxCoresPerPackage = CacheParamsEax.Bits.MaximumAddressableIdsForLogicalProcessors + 1; in GetProcessorLocationByApicId()1173 MaxCoresPerPackage = 1; in GetProcessorLocationByApicId()1176 ThreadBits = (UINTN)(HighBitSet32(MaxLogicProcessorsPerPackage / MaxCoresPerPackage - 1) + 1); in GetProcessorLocationByApicId()1177 CoreBits = (UINTN)(HighBitSet32(MaxCoresPerPackage - 1) + 1); } in GetProcessorLocationByApicId()