Home
last modified time | relevance | path

Searched refs:ApicId (Results 1 – 14 of 14) 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.h352 UINT8 ApicId; member
551 UINT8 ApicId; member
H A DAcpi40.h312 UINT8 ApicId; member
536 UINT8 ApicId; member
H A DAcpi20.h293 UINT8 ApicId; member
H A DAcpi10.h551 UINT8 ApicId; member
H A DAcpi51.h340 UINT8 ApicId; member
645 UINT8 ApicId; member
H A DAcpi50.h448 UINT8 ApicId; member
707 UINT8 ApicId; member
H A DAcpi60.h341 UINT8 ApicId; member
660 UINT8 ApicId; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h374 UINT8 ApicId; member
417 UINT32 ApicId; member
H A Dactbl1.h1717 UINT32 ApicId; member
H A Dactbl2.h1910 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/bhyve/
H A Dacpi.c841 srat_cpu_affinity.ApicId = (uint8_t)ep->vcpuid; in build_srat()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2239 acpi_print_srat_cpu(cpu->ApicId, in acpi_print_srat()
2250 acpi_print_srat_cpu(x2apic->ApicId, x2apic->ProximityDomain, in acpi_print_srat()