Searched refs:subtable (Results 1 – 3 of 3) sorted by relevance
184 ACPI_NFIT_FLUSH_ADDRESS *subtable; in acpi_nfit_get_flush_addrs() local187 subtable = NULL; in acpi_nfit_get_flush_addrs()190 dimm, (void **)&subtable, 1); in acpi_nfit_get_flush_addrs()191 if (subtable == NULL || subtable->HintCount == 0) { in acpi_nfit_get_flush_addrs()196 *countp = subtable->HintCount; in acpi_nfit_get_flush_addrs()197 *listp = mallocarray(subtable->HintCount, sizeof(uint64_t *), M_NVDIMM, in acpi_nfit_get_flush_addrs()199 for (i = 0; i < subtable->HintCount; i++) in acpi_nfit_get_flush_addrs()200 (*listp)[i] = (uint64_t *)(intptr_t)subtable->HintAddress[i]; in acpi_nfit_get_flush_addrs()
300 subtable = first; in acpi_walk_subtables()308 action(subtable); in acpi_walk_subtables()309 subtable = (ACPI_SUBTABLE_HEADER *)((char *)subtable + in acpi_walk_subtables()310 subtable->Length); in acpi_walk_subtables()321 subtable = first; in acpi_walk_nfit()329 action(subtable); in acpi_walk_nfit()330 subtable = (ACPI_NFIT_HEADER *)((char *)subtable + in acpi_walk_nfit()331 subtable->Length); in acpi_walk_nfit()1052 subtable = first; in acpi_walk_lpit()1060 action(subtable); in acpi_walk_lpit()[all …]
55 where a subtable Length was not computed correctly.721 parsing method based on subtable type. Micha? ?ygowski.1306 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT 1330 rename subtable 0 to "memory proximity domain attributes".2428 HEST (New subtable, Arch-deferred machine check)2429 SRAT (New subtable, Arch-specific affinity structure)3235 IORT: Added new subtable per the 10/2015 IORT spec.3236 HEST: For ACPI 6.1, added new constants and new subtable.3305 - A new subtable for HEST4526 GTDT - One new subtable and new fields. Tomasz Nowicki.[all …]