User's Manual

8-54 Vol. 3
MULTIPLE-PROCESSOR MANAGEMENT
8.9.4 Algorithm for Three-Level Mappings of APIC_ID
Software can gather the initial APIC_IDs for each logical processor supported by the
operating system at runtime
5
and extract identifiers corresponding to the three
levels of sharing topology (package, core, and SMT). The three-level algorithms
below focus on a non-clustered MP system for simplicity. They do not assume APIC
IDs are contiguous or that all logical processors on the platform are enabled.
Intel supports multi-threading systems where all physical processors report identical
values in CPUID leaf 0BH, CPUID.1:EBX[23:16]), CPUID.4
6
:EAX[31:26], and
CPUID.4
7
:EAX[25:14]. The algorithms below assume the target system has
symmetry across physical package boundaries with respect to the number of logical
processors per package, number of cores per package, and cache topology within a
package.
The extraction algorithm (for three-level mappings from an APIC ID) uses the
general procedure depicted in
Example 8-18, and is supplemented by more detailed
descriptions on the derivation of topology enumeration parameters for extraction bit
masks:
1. Detect hardware multi-threading support in the processor.
2. Derive a set of bit masks that can extract the sub ID of each hierarchical level of
the topology. The algorithm to derive extraction bit masks for
SMT_ID/CORE_ID/PACKAGE_ID differs based on APIC ID is 32-bit (see step 3
below) or 8-bit (see step 4 below):
3. If the processor supports CPUID leaf 0BH, each APIC ID contains a 32-bit value,
the topology enumeration parameters needed to derive three-level extraction bit
masks are:
15H 1H 2H 1H
16H 1H 3H 0H
17H 1H 3H 1H
5. As noted in Section 8.6 and Section 8.9.3, the number of logical processors supported by the OS
at runtime may be less than the total number logical processors available in the platform hard-
ware.
6. Maximum number of addressable ID for processor cores in a physical processor is obtained by
executing CPUID with EAX=4 and a valid ECX index, The ECX index start at 0.
7. Maximum number addressable ID for processor cores sharing the target cache level is obtained
by executing CPUID with EAX = 4 and the ECX index corresponding to the target cache level.
Table 8-3. Example of Possible x2APIC ID Assignment in a System that has Two
Physical Processors Supporting x2APIC and Intel Hyper-Threading Technology
x2APIC ID Package ID Core ID SMT ID