Home | History | Annotate | Download | only in bios

Lines Matching full:srat

1444  * SRAT (NUMA topology description) table
1648 struct system_resource_affinity_table *srat;
1707 srat_size = sizeof(*srat) +
1710 srat = (void *)(addr);
1714 srat = (void*)(addr);
1826 /* SRAT */
1835 memset (srat, 0 , srat_size);
1836 srat->reserved1=1;
1838 core = (void*)(srat + 1);
1885 acpi_build_table_header((struct acpi_table_header *)srat,
1886 "SRAT", srat_size, 1);