Home
last modified time | relevance | path

Searched refs:CPUID_EXTENDED_TOPOLOGY (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h36 #define CPUID_EXTENDED_TOPOLOGY 0xB macro
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuService.c84 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in SmmGetProcessorLocation()
85 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, &RegEax, &RegEbx, &RegEcx, NULL); in SmmGetProcessorLocation()
115 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL); in SmmGetProcessorLocation()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DPeiMpServices.c89 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in ExtractProcessorLocation()
90 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, &RegEax, &RegEbx, &RegEcx, NULL); in ExtractProcessorLocation()
113 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL); in ExtractProcessorLocation()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c319 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in GetInitialApicId()
320 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, NULL, NULL, &ApicId); in GetInitialApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c416 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in GetInitialApicId()
417 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, NULL, NULL, &ApicId); in GetInitialApicId()