Lines Matching defs:cpuentry
154 struct cpulist *cpuentry = NULL;
181 cpuentry = cpu_alloc();
182 if (cpuentry == NULL)
184 CPU_ADD(cpuentry);
186 cpuentry->cpu.nodeid = nodeid;
187 cpuentry->cpu.apicid = srat_cpu->ApicId;
188 cpuentry->cpu.sapiceid = srat_cpu->LocalSapicEid;
189 cpuentry->cpu.flags = srat_cpu->Flags;
190 cpuentry->cpu.clockdomain = srat_cpu->ClockDomain;
229 cpuentry = cpu_alloc();
230 if (cpuentry == NULL)
232 CPU_ADD(cpuentry);
234 cpuentry->cpu.nodeid = nodeid;
235 cpuentry->cpu.apicid = srat_x2apic->ApicId;
236 cpuentry->cpu.clockdomain = srat_x2apic->ClockDomain;
237 cpuentry->cpu.flags = srat_x2apic->Flags;
259 cpuentry = cpu_alloc();
260 if (cpuentry == NULL)
262 CPU_ADD(cpuentry);
264 cpuentry->cpu.nodeid = nodeid;
265 cpuentry->cpu.apicid = srat_gicc->AcpiProcessorUid;
266 cpuentry->cpu.clockdomain = srat_gicc->ClockDomain;
267 cpuentry->cpu.flags = srat_gicc->Flags;