Lines Matching refs:package

28 the past a socket always contained a single package (see below), but with the
29 advent of Multi Chip Modules (MCM) a socket can hold more than one package. So
44 Modern systems may also use the term 'Die' for package.
46 AMD nomenclature for package is 'Node'.
52 The number of cores in a package. This information is retrieved via CPUID.
56 The number of dies in a package. This information is retrieved via CPUID.
64 The physical ID of the package. This information is retrieved via CPUID
65 and deduced from the APIC IDs of the cores in the package.
72 The logical ID of the package. As we do not trust BIOSes to enumerate the
73 packages in a consistent way, we introduced the concept of logical package
80 package facilities to preallocate per package information.
105 The number of threads in a core. The number of threads in a package can be
123 The cpumask contains all online threads in the package to which a thread
135 The logical package ID to which a thread belongs.
139 The physical package ID to which a thread belongs.
160 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
166 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
171 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
178 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
194 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
197 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
202 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
207 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
214 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
219 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2