Lines Matching defs:srat
44 static ACPI_TABLE_SRAT *srat;
119 * Returns true if ACPI SRAT table is available. If table does not exist, all
139 srat = (ACPI_TABLE_SRAT *)table;
159 KASSERT(srat != NULL);
164 while (srat_pos < srat->Header.Length) {
165 subtable = (ACPI_SUBTABLE_HEADER *)((char *)srat + srat_pos);
271 printf("ACPI SRAT subtable reserved, length: 0x%x\n",
330 * Re-parse ACPI SRAT table. Useful after hotplugging cpu or RAM.
486 aprint_debug("SRAT: %u NUMA nodes\n", nn);
491 aprint_debug("SRAT: node %u cpu %u "
500 aprint_debug("SRAT: node %u memory range %u (0x%"
515 aprint_debug("SRAT: %u NUMA nodes\n", nn);
520 aprint_debug("SRAT: node %u memory range %u (0x%"