Searched refs:subtable (Results 1 – 3 of 3) sorted by relevance
183 ACPI_NFIT_FLUSH_ADDRESS *subtable; in acpi_nfit_get_flush_addrs() local186 subtable = NULL; in acpi_nfit_get_flush_addrs()189 dimm, (void **)&subtable, 1); in acpi_nfit_get_flush_addrs()190 if (subtable == NULL || subtable->HintCount == 0) { in acpi_nfit_get_flush_addrs()195 *countp = subtable->HintCount; in acpi_nfit_get_flush_addrs()196 *listp = mallocarray(subtable->HintCount, sizeof(uint64_t *), M_NVDIMM, in acpi_nfit_get_flush_addrs()198 for (i = 0; i < subtable->HintCount; i++) in acpi_nfit_get_flush_addrs()199 (*listp)[i] = (uint64_t *)(intptr_t)subtable->HintAddress[i]; in acpi_nfit_get_flush_addrs()
297 ACPI_SUBTABLE_HEADER *subtable; in acpi_walk_subtables() local300 subtable = first; in acpi_walk_subtables()302 while ((char *)subtable < end) { in acpi_walk_subtables()304 if (subtable->Length < sizeof(ACPI_SUBTABLE_HEADER)) { in acpi_walk_subtables()305 warnx("invalid subtable length %u", subtable->Length); 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()318 ACPI_NFIT_HEADER *subtable; in acpi_walk_nfit() local321 subtable = first; in acpi_walk_nfit()[all …]
377 where a subtable Length was not computed correctly.379 Data Table Compiler/Disassembler: Add/fix the CFMWS subtable to the CEDT 488 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It 489 uses the same subtable structure as the existing Generic Initiator 533 that relies on using subtable headers in order to parse ACPI tables.537 iASL: Table disassembler: Add missing strings to decode subtable types.1041 IVHD type 11h caused the iasl to report unknown subtable type. Add 1043 parsing method based on subtable type. Micha? ?ygowski.1628 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT 1652 rename subtable 0 to "memory proximity domain attributes".[all …]