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 threads in a package.
56 The number of cores in a package.
60 The maximum number of dies in a package.
68 The physical ID of the package. This information is retrieved via CPUID
69 and deduced from the APIC IDs of the cores in the package.
76 The logical ID of the package. As we do not trust BIOSes to enumerate the
77 packages in a consistent way, we introduced the concept of logical package
84 package facilities to preallocate per package information.
115 The cpumask contains all online threads in the package to which a thread
127 The logical package ID to which a thread belongs.
131 The physical package ID to which a thread belongs.
152 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
158 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
163 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
170 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
186 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
189 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
194 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
199 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
206 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
211 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2