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
148 The alternative Linux CPU enumeration depends on how the BIOS enumerates the
150 That has the "advantage" that the logical Linux CPU numbers of threads 0 stay
156 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
162 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
163 -> [core 1] -> [thread 0] -> Linux CPU 1
167 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
168 -> [thread 1] -> Linux CPU 1
169 -> [core 1] -> [thread 0] -> Linux CPU 2
170 -> [thread 1] -> Linux CPU 3
174 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
175 -> [thread 1] -> Linux CPU 2
176 -> [core 1] -> [thread 0] -> Linux CPU 1
177 -> [thread 1] -> Linux CPU 3
181 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
182 -> [Compute Unit Core 1] -> Linux CPU 1
183 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
184 -> [Compute Unit Core 1] -> Linux CPU 3
190 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
191 -> [core 1] -> [thread 0] -> Linux CPU 1
193 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
194 -> [core 1] -> [thread 0] -> Linux CPU 3
198 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
199 -> [thread 1] -> Linux CPU 1
200 -> [core 1] -> [thread 0] -> Linux CPU 2
201 -> [thread 1] -> Linux CPU 3
203 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
204 -> [thread 1] -> Linux CPU 5
205 -> [core 1] -> [thread 0] -> Linux CPU 6
206 -> [thread 1] -> Linux CPU 7
210 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
211 -> [thread 1] -> Linux CPU 4
212 -> [core 1] -> [thread 0] -> Linux CPU 1
213 -> [thread 1] -> Linux CPU 5
215 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
216 -> [thread 1] -> Linux CPU 6
217 -> [core 1] -> [thread 0] -> Linux CPU 3
218 -> [thread 1] -> Linux CPU 7
222 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
223 -> [Compute Unit Core 1] -> Linux CPU 1
224 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
225 -> [Compute Unit Core 1] -> Linux CPU 3
227 [node 1] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 4
228 -> [Compute Unit Core 1] -> Linux CPU 5
229 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 6
230 -> [Compute Unit Core 1] -> Linux CPU 7