Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c321 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/
DBaseXApicX2ApicLib.c418 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/
DCpuid.c701 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/
DCpuid.h1668 #define CPUID_EXTENDED_TOPOLOGY 0x0B macro
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/Ia32/
DMpFuncs.nasm157 jb NoX2Apic ; CPUID level below CPUID_EXTENDED_TOPOLOGY
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/
DMpFuncs.nasm161 jb NoX2Apic ; CPUID level below CPUID_EXTENDED_TOPOLOGY