Searched refs:ApicId (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/sys/dev/acpica/ |
| HD | acpi_pxm.c | 278 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-13-stable/sys/contrib/dev/acpica/include/ |
| HD | actbl3.h | 368 UINT8 ApicId; member 410 UINT32 ApicId; member
|
| HD | actbl1.h | 1011 UINT32 ApicId; member
|
| /freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/ |
| HD | Acpi30.h | 338 UINT8 ApicId; member 537 UINT8 ApicId; member
|
| HD | Acpi40.h | 307 UINT8 ApicId; member 531 UINT8 ApicId; member
|
| HD | Acpi20.h | 293 UINT8 ApicId; member
|
| HD | Acpi10.h | 540 UINT8 ApicId; member
|
| HD | Acpi50.h | 438 UINT8 ApicId; member 697 UINT8 ApicId; member
|
| HD | Acpi51.h | 330 UINT8 ApicId; member 635 UINT8 ApicId; member
|
| HD | Acpi60.h | 331 UINT8 ApicId; member 650 UINT8 ApicId; member
|
| /freebsd-13-stable/sys/contrib/dev/acpica/common/ |
| HD | dmtbinfo3.c | 309 {ACPI_DMT_UINT8, ACPI_SRAT0_OFFSET (ApicId), "Apic ID", 0}, 341 {ACPI_DMT_UINT32, ACPI_SRAT2_OFFSET (ApicId), "Apic ID", 0},
|
| /freebsd-13-stable/usr.sbin/acpi/acpidump/ |
| HD | acpi.c | 1528 acpi_print_srat_cpu(cpu->ApicId, in acpi_print_srat() 1539 acpi_print_srat_cpu(x2apic->ApicId, x2apic->ProximityDomain, in acpi_print_srat()
|