Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nvdimm/
H A Dnvdimm_nfit.c186 ACPI_NFIT_FLUSH_ADDRESS *subtable; in acpi_nfit_get_flush_addrs() local
189 subtable = NULL; in acpi_nfit_get_flush_addrs()
192 dimm, (void **)&subtable, 1); in acpi_nfit_get_flush_addrs()
193 if (subtable == NULL || subtable->HintCount == 0) { in acpi_nfit_get_flush_addrs()
198 *countp = subtable->HintCount; in acpi_nfit_get_flush_addrs()
199 *listp = mallocarray(subtable->HintCount, sizeof(uint64_t *), M_NVDIMM, in acpi_nfit_get_flush_addrs()
201 for (i = 0; i < subtable->HintCount; i++) in acpi_nfit_get_flush_addrs()
202 (*listp)[i] = (uint64_t *)(intptr_t)subtable->HintAddress[i]; in acpi_nfit_get_flush_addrs()
/freebsd-13.1/usr.sbin/acpi/acpidump/
H A Dacpi.c285 subtable = first; in acpi_walk_subtables()
293 action(subtable); in acpi_walk_subtables()
294 subtable = (ACPI_SUBTABLE_HEADER *)((char *)subtable + in acpi_walk_subtables()
295 subtable->Length); in acpi_walk_subtables()
306 subtable = first; in acpi_walk_nfit()
314 action(subtable); in acpi_walk_nfit()
315 subtable = (ACPI_NFIT_HEADER *)((char *)subtable + in acpi_walk_nfit()
316 subtable->Length); in acpi_walk_nfit()
1037 subtable = first; in acpi_walk_lpit()
1045 action(subtable); in acpi_walk_lpit()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt365 parsing method based on subtable type. Micha? ?ygowski.
950 SRAT: Add Generic Affinity Structure subtable. This subtable in the SRAT
974 rename subtable 0 to "memory proximity domain attributes".
2072 HEST (New subtable, Arch-deferred machine check)
2073 SRAT (New subtable, Arch-specific affinity structure)
2130 of the TCG specification. Adds a new TPM2 subtable for ARM SMC.
2879 IORT: Added new subtable per the 10/2015 IORT spec.
2880 HEST: For ACPI 6.1, added new constants and new subtable.
2949 - A new subtable for HEST
4170 GTDT - One new subtable and new fields. Tomasz Nowicki.
[all …]