OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpuentry
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/acpi/
acpi_srat.c
154
struct cpulist *
cpuentry
= NULL;
local in function:acpisrat_parse
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()
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025