Home
last modified time | relevance | path

Searched refs:ApicId (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c278 cpu->ApicId, domain, in srat_parse_entry()
283 cpup = cpu_find(cpu->ApicId); in srat_parse_entry()
286 cpu->ApicId); in srat_parse_entry()
290 cpup = cpu_add(cpu->ApicId, domain); in srat_parse_entry()
293 cpu->ApicId); in srat_parse_entry()
299 x2apic->ApicId, x2apic->ProximityDomain, in srat_parse_entry()
304 KASSERT(cpu_find(x2apic->ApicId) == NULL, in srat_parse_entry()
305 ("Duplicate local APIC ID %u", x2apic->ApicId)); in srat_parse_entry()
306 cpup = cpu_add(x2apic->ApicId, x2apic->ProximityDomain); in srat_parse_entry()
309 x2apic->ApicId); in srat_parse_entry()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi30.h338 UINT8 ApicId; member
537 UINT8 ApicId; member
H A DAcpi40.h307 UINT8 ApicId; member
531 UINT8 ApicId; member
H A DAcpi20.h293 UINT8 ApicId; member
H A DAcpi10.h540 UINT8 ApicId; member
H A DAcpi50.h438 UINT8 ApicId; member
697 UINT8 ApicId; member
H A DAcpi51.h330 UINT8 ApicId; member
635 UINT8 ApicId; member
H A DAcpi60.h331 UINT8 ApicId; member
650 UINT8 ApicId; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h374 UINT8 ApicId; member
416 UINT32 ApicId; member
H A Dactbl1.h1407 UINT32 ApicId; member
H A Dactbl2.h1522 UINT32 ApicId; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c330 {ACPI_DMT_UINT8, ACPI_SRAT0_OFFSET (ApicId), "Apic ID", 0},
362 {ACPI_DMT_UINT32, ACPI_SRAT2_OFFSET (ApicId), "Apic ID", 0},
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2056 acpi_print_srat_cpu(cpu->ApicId, in acpi_print_srat()
2067 acpi_print_srat_cpu(x2apic->ApicId, x2apic->ProximityDomain, in acpi_print_srat()