Lines Matching full:linux
11 definitions. Thus, the way to read up on Linux topology on x86 is to start
96 A thread is a single scheduling unit. It's the equivalent to a logical Linux
135 The alternative Linux CPU enumeration depends on how the BIOS enumerates the
137 That has the "advantage" that the logical Linux CPU numbers of threads 0 stay
143 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
149 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
150 -> [core 1] -> [thread 0] -> Linux CPU 1
154 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
155 -> [thread 1] -> Linux CPU 1
156 -> [core 1] -> [thread 0] -> Linux CPU 2
157 -> [thread 1] -> Linux CPU 3
161 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
162 -> [thread 1] -> Linux CPU 2
163 -> [core 1] -> [thread 0] -> Linux CPU 1
164 -> [thread 1] -> Linux CPU 3
168 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
169 -> [Compute Unit Core 1] -> Linux CPU 1
170 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
171 -> [Compute Unit Core 1] -> Linux CPU 3
177 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
178 -> [core 1] -> [thread 0] -> Linux CPU 1
180 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
181 -> [core 1] -> [thread 0] -> Linux CPU 3
185 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
186 -> [thread 1] -> Linux CPU 1
187 -> [core 1] -> [thread 0] -> Linux CPU 2
188 -> [thread 1] -> Linux CPU 3
190 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 4
191 -> [thread 1] -> Linux CPU 5
192 -> [core 1] -> [thread 0] -> Linux CPU 6
193 -> [thread 1] -> Linux CPU 7
197 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0
198 -> [thread 1] -> Linux CPU 4
199 -> [core 1] -> [thread 0] -> Linux CPU 1
200 -> [thread 1] -> Linux CPU 5
202 [package 1] -> [core 0] -> [thread 0] -> Linux CPU 2
203 -> [thread 1] -> Linux CPU 6
204 -> [core 1] -> [thread 0] -> Linux CPU 3
205 -> [thread 1] -> Linux CPU 7
209 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
210 -> [Compute Unit Core 1] -> Linux CPU 1
211 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
212 -> [Compute Unit Core 1] -> Linux CPU 3
214 [node 1] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 4
215 -> [Compute Unit Core 1] -> Linux CPU 5
216 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 6
217 -> [Compute Unit Core 1] -> Linux CPU 7