Home
last modified time | relevance | path

Searched refs:ApicIdShift (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c1041 ThreadBits = ExtendedTopologyEax.Bits.ApicIdShift; in GetProcessorLocationByApicId()
1059 CoreBits = ExtendedTopologyEax.Bits.ApicIdShift - ThreadBits; in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c1136 ThreadBits = ExtendedTopologyEax.Bits.ApicIdShift; in GetProcessorLocationByApicId()
1154 CoreBits = ExtendedTopologyEax.Bits.ApicIdShift - ThreadBits; in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c711 if (Eax.Bits.ApicIdShift != 0) { in CpuidExtendedTopology()
714 PRINT_BIT_FIELD (Eax, ApicIdShift); in CpuidExtendedTopology()
721 } while (Eax.Bits.ApicIdShift != 0); in CpuidExtendedTopology()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h1687 UINT32 ApicIdShift:5; member