Home
last modified time | relevance | path

Searched refs:x2APIC (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.uni2 // The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.
20 …LE_ABSTRACT #language en-US "Supports x2APIC capable processors that have xAPIC and x2…
DBaseXApicX2ApicLib.inf2 # The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DSecPeiDxeTimerLibCpu.uni13 // Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC
30 … Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC support is desired…
DSecPeiDxeTimerLibCpu.inf13 # Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DSecPeiDxeTimerLibUefiCpu.uni14 // that it uses the local APIC library so that it supports x2APIC mode.
30 …bCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode."
DSecPeiDxeTimerLibUefiCpu.inf14 # that it uses the local APIC library so that it supports x2APIC mode.
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
DSrat.aslc78 /*Processor Local x2APIC Affinity*/
80 …// 0x02, // Subtable Type:Processor Local x2APIC Af…
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/Ia32/
DMpFuncs.nasm165 ; Processor is x2APIC capable; 32-bit x2APIC ID is already in EDX
169 ; Processor is not x2APIC capable, so get 8-bit APIC ID
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/
DMpFuncs.nasm169 ; Processor is x2APIC capable; 32-bit x2APIC ID is already in EDX
173 ; Processor is not x2APIC capable, so get 8-bit APIC ID
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h283 UINT32 x2APIC:1; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c264 PRINT_BIT_FIELD (Ecx, x2APIC); in CpuidVersionInfo()