Home
last modified time | relevance | path

Searched refs:subtable (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/nvdimm/
H A Dnvdimm_nfit.c183 ACPI_NFIT_FLUSH_ADDRESS *subtable; in acpi_nfit_get_flush_addrs() local
186 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()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c297 ACPI_SUBTABLE_HEADER *subtable; in acpi_walk_subtables() local
300 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() local
321 subtable = first; in acpi_walk_nfit()
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt269 where a subtable Length was not computed correctly.
271 Data Table Compiler/Disassembler: Add/fix the CFMWS subtable to the CEDT
380 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It
381 uses the same subtable structure as the existing Generic Initiator
425 that relies on using subtable headers in order to parse ACPI tables.
429 iASL: Table disassembler: Add missing strings to decode subtable types.
933 IVHD type 11h caused the iasl to report unknown subtable type. Add
935 parsing method based on subtable type. Micha? ?ygowski.
1520 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT
1544 rename subtable 0 to "memory proximity domain attributes".
[all …]