Home
last modified time | relevance | path

Searched refs:MaxCoresPerPackage (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c982 UINT32 MaxCoresPerPackage; in GetProcessorLocationByApicId() local
1072 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()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c1077 UINT32 MaxCoresPerPackage; in GetProcessorLocationByApicId() local
1167 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()