OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srat_x2apic
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
acpi_srat.c
150
ACPI_SRAT_X2APIC_CPU_AFFINITY *
srat_x2apic
;
local in function:acpisrat_parse
211
srat_x2apic
= (ACPI_SRAT_X2APIC_CPU_AFFINITY *)subtable;
212
if ((
srat_x2apic
->Flags & ACPI_SRAT_CPU_ENABLED) == 0)
214
nodeid =
srat_x2apic
->ProximityDomain;
235
cpuentry->cpu.apicid =
srat_x2apic
->ApicId;
236
cpuentry->cpu.clockdomain =
srat_x2apic
->ClockDomain;
237
cpuentry->cpu.flags =
srat_x2apic
->Flags;
acpi_srat.c
150
ACPI_SRAT_X2APIC_CPU_AFFINITY *
srat_x2apic
;
local in function:acpisrat_parse
211
srat_x2apic
= (ACPI_SRAT_X2APIC_CPU_AFFINITY *)subtable;
212
if ((
srat_x2apic
->Flags & ACPI_SRAT_CPU_ENABLED) == 0)
214
nodeid =
srat_x2apic
->ProximityDomain;
235
cpuentry->cpu.apicid =
srat_x2apic
->ApicId;
236
cpuentry->cpu.clockdomain =
srat_x2apic
->ClockDomain;
237
cpuentry->cpu.flags =
srat_x2apic
->Flags;
Completed in 23 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025