Searched refs:CPUID_EXTENDED_TOPOLOGY (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/ |
D | BaseXApicLib.c | 321 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in GetInitialApicId() 322 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, &RegEbx, NULL, &ApicId); in GetInitialApicId() 1018 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in GetProcessorLocationByApicId() 1020 CPUID_EXTENDED_TOPOLOGY, in GetProcessorLocationByApicId() 1050 CPUID_EXTENDED_TOPOLOGY, in GetProcessorLocationByApicId()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/ |
D | BaseXApicX2ApicLib.c | 418 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in GetInitialApicId() 419 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, &RegEbx, NULL, &ApicId); in GetInitialApicId() 1113 if (MaxCpuIdIndex >= CPUID_EXTENDED_TOPOLOGY) { in GetProcessorLocationByApicId() 1115 CPUID_EXTENDED_TOPOLOGY, in GetProcessorLocationByApicId() 1145 CPUID_EXTENDED_TOPOLOGY, in GetProcessorLocationByApicId()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/ |
D | Cpuid.c | 701 if (CPUID_EXTENDED_TOPOLOGY > gMaximumBasicFunction) { in CpuidExtendedTopology() 708 CPUID_EXTENDED_TOPOLOGY, LevelNumber, in CpuidExtendedTopology() 712 …Print (L"CPUID_EXTENDED_TOPOLOGY (Leaf %08x, Sub-Leaf %08x)\n", CPUID_EXTENDED_TOPOLOGY, LevelNumb… in CpuidExtendedTopology()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/ |
D | Cpuid.h | 1668 #define CPUID_EXTENDED_TOPOLOGY 0x0B macro
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/Ia32/ |
D | MpFuncs.nasm | 157 jb NoX2Apic ; CPUID level below CPUID_EXTENDED_TOPOLOGY
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/ |
D | MpFuncs.nasm | 161 jb NoX2Apic ; CPUID level below CPUID_EXTENDED_TOPOLOGY
|