Lines Matching full:linux
14 definitions. Thus, the way to read up on Linux topology on x86 is to start
104 A thread is a single scheduling unit. It's the equivalent to a logical Linux
143 The alternative Linux CPU enumeration depends on how the BIOS enumerates the
145 That has the "advantage" that the logical Linux CPU numbers of threads 0 stay
151 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
157 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
158 -> [core 1] -> [thread 0] -> Linux CPU 1
162 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
163 -> [thread 1] -> Linux CPU 1
164 -> [core 1] -> [thread 0] -> Linux CPU 2
165 -> [thread 1] -> Linux CPU 3
169 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
170 -> [thread 1] -> Linux CPU 2
171 -> [core 1] -> [thread 0] -> Linux CPU 1
172 -> [thread 1] -> Linux CPU 3
176 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
177 -> [Compute Unit Core 1] -> Linux CPU 1
178 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
179 -> [Compute Unit Core 1] -> Linux CPU 3
185 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
186 -> [core 1] -> [thread 0] -> Linux CPU 1
188 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
189 -> [core 1] -> [thread 0] -> Linux CPU 3
193 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
194 -> [thread 1] -> Linux CPU 1
195 -> [core 1] -> [thread 0] -> Linux CPU 2
196 -> [thread 1] -> Linux CPU 3
198 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
199 -> [thread 1] -> Linux CPU 5
200 -> [core 1] -> [thread 0] -> Linux CPU 6
201 -> [thread 1] -> Linux CPU 7
205 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
206 -> [thread 1] -> Linux CPU 4
207 -> [core 1] -> [thread 0] -> Linux CPU 1
208 -> [thread 1] -> Linux CPU 5
210 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
211 -> [thread 1] -> Linux CPU 6
212 -> [core 1] -> [thread 0] -> Linux CPU 3
213 -> [thread 1] -> Linux CPU 7
217 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
218 -> [Compute Unit Core 1] -> Linux CPU 1
219 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
220 -> [Compute Unit Core 1] -> Linux CPU 3
222 [node 1] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 4
223 -> [Compute Unit Core 1] -> Linux CPU 5
224 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 6
225 -> [Compute Unit Core 1] -> Linux CPU 7