Searched refs:ApicIdShift (Results 1 – 4 of 4) sorted by relevance
1041 ThreadBits = ExtendedTopologyEax.Bits.ApicIdShift; in GetProcessorLocationByApicId()1059 CoreBits = ExtendedTopologyEax.Bits.ApicIdShift - ThreadBits; in GetProcessorLocationByApicId()
1136 ThreadBits = ExtendedTopologyEax.Bits.ApicIdShift; in GetProcessorLocationByApicId()1154 CoreBits = ExtendedTopologyEax.Bits.ApicIdShift - ThreadBits; in GetProcessorLocationByApicId()
711 if (Eax.Bits.ApicIdShift != 0) { in CpuidExtendedTopology()714 PRINT_BIT_FIELD (Eax, ApicIdShift); in CpuidExtendedTopology()721 } while (Eax.Bits.ApicIdShift != 0); in CpuidExtendedTopology()
1687 UINT32 ApicIdShift:5; member