Lines Matching full:linux
14 definitions. Thus, the way to read up on Linux topology on x86 is to start
105 A thread is a single scheduling unit. It's the equivalent to a logical Linux
144 The alternative Linux CPU enumeration depends on how the BIOS enumerates the
146 That has the "advantage" that the logical Linux CPU numbers of threads 0 stay
152 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
158 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
159 -> [core 1] -> [thread 0] -> Linux CPU 1
163 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
164 -> [thread 1] -> Linux CPU 1
165 -> [core 1] -> [thread 0] -> Linux CPU 2
166 -> [thread 1] -> Linux CPU 3
170 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
171 -> [thread 1] -> Linux CPU 2
172 -> [core 1] -> [thread 0] -> Linux CPU 1
173 -> [thread 1] -> Linux CPU 3
177 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
178 -> [Compute Unit Core 1] -> Linux CPU 1
179 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
180 -> [Compute Unit Core 1] -> Linux CPU 3
186 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
187 -> [core 1] -> [thread 0] -> Linux CPU 1
189 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
190 -> [core 1] -> [thread 0] -> Linux CPU 3
194 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
195 -> [thread 1] -> Linux CPU 1
196 -> [core 1] -> [thread 0] -> Linux CPU 2
197 -> [thread 1] -> Linux CPU 3
199 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
200 -> [thread 1] -> Linux CPU 5
201 -> [core 1] -> [thread 0] -> Linux CPU 6
202 -> [thread 1] -> Linux CPU 7
206 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
207 -> [thread 1] -> Linux CPU 4
208 -> [core 1] -> [thread 0] -> Linux CPU 1
209 -> [thread 1] -> Linux CPU 5
211 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
212 -> [thread 1] -> Linux CPU 6
213 -> [core 1] -> [thread 0] -> Linux CPU 3
214 -> [thread 1] -> Linux CPU 7
218 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
219 -> [Compute Unit Core 1] -> Linux CPU 1
220 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
221 -> [Compute Unit Core 1] -> Linux CPU 3
223 [node 1] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 4
224 -> [Compute Unit Core 1] -> Linux CPU 5
225 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 6
226 -> [Compute Unit Core 1] -> Linux CPU 7