Searched refs:CoreBits (Results 1 – 2 of 2) sorted by relevance
971 UINTN CoreBits; in GetProcessorLocationByApicId() local1002 CoreBits = 0; in GetProcessorLocationByApicId()1059 CoreBits = ExtendedTopologyEax.Bits.ApicIdShift - ThreadBits; in GetProcessorLocationByApicId()1082 CoreBits = (UINTN)(HighBitSet32(MaxCoresPerPackage - 1) + 1); } in GetProcessorLocationByApicId()1088 *Core = (InitialApicId >> ThreadBits) & ((1 << CoreBits) - 1); in GetProcessorLocationByApicId()1091 *Package = (InitialApicId >> (ThreadBits + CoreBits)); in GetProcessorLocationByApicId()
1066 UINTN CoreBits; in GetProcessorLocationByApicId() local1097 CoreBits = 0; in GetProcessorLocationByApicId()1154 CoreBits = ExtendedTopologyEax.Bits.ApicIdShift - ThreadBits; in GetProcessorLocationByApicId()1177 CoreBits = (UINTN)(HighBitSet32(MaxCoresPerPackage - 1) + 1); } in GetProcessorLocationByApicId()1183 *Core = (InitialApicId >> ThreadBits) & ((1 << CoreBits) - 1); in GetProcessorLocationByApicId()1186 *Package = (InitialApicId >> (ThreadBits + CoreBits)); in GetProcessorLocationByApicId()