Lines Matching refs:package
25 the past a socket always contained a single package (see below), but with the
26 advent of Multi Chip Modules (MCM) a socket can hold more than one package. So
41 AMD nomenclature for package is 'Node'.
47 The number of cores in a package. This information is retrieved via CPUID.
51 The physical ID of the package. This information is retrieved via CPUID
52 and deduced from the APIC IDs of the cores in the package.
56 The logical ID of the package. As we do not trust BIOSes to enumerate the
57 packages in a consistent way, we introduced the concept of logical package
64 package facilities to preallocate per package information.
88 The number of threads in a core. The number of threads in a package can be
106 The cpumask contains all online threads in the package to which a thread
118 The logical package ID to which a thread belongs.
122 The physical package ID to which a thread belongs.
143 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
149 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
154 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
161 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
177 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
180 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
185 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
190 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
197 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
202 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2