Searched refs:x2APIC (Results 1 – 11 of 11) sorted by relevance
2 // 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…
2 # The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.
13 // Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC30 … Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC support is desired…
13 # Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC
14 // 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."
14 # that it uses the local APIC library so that it supports x2APIC mode.
78 /*Processor Local x2APIC Affinity*/80 …// 0x02, // Subtable Type:Processor Local x2APIC Af…
165 ; Processor is x2APIC capable; 32-bit x2APIC ID is already in EDX169 ; Processor is not x2APIC capable, so get 8-bit APIC ID
169 ; Processor is x2APIC capable; 32-bit x2APIC ID is already in EDX173 ; Processor is not x2APIC capable, so get 8-bit APIC ID
283 UINT32 x2APIC:1; member
264 PRINT_BIT_FIELD (Ecx, x2APIC); in CpuidVersionInfo()