Searched refs:subtable (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/nvdimm/ |
| H A D | nvdimm_nfit.c | 186 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-12.1/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 278 subtable = first; in acpi_walk_subtables() 286 action(subtable); in acpi_walk_subtables() 287 subtable = (ACPI_SUBTABLE_HEADER *)((char *)subtable + in acpi_walk_subtables() 288 subtable->Length); in acpi_walk_subtables() 299 subtable = first; in acpi_walk_nfit() 307 action(subtable); in acpi_walk_nfit() 308 subtable = (ACPI_NFIT_HEADER *)((char *)subtable + in acpi_walk_nfit() 309 subtable->Length); in acpi_walk_nfit() 765 subtable = first; in acpi_walk_lpit() 773 action(subtable); in acpi_walk_lpit() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 665 NFIT - Added a new subtable, "Platform Capabilities Structure" 1030 HEST (New subtable, Arch-deferred machine check) 1031 SRAT (New subtable, Arch-specific affinity structure) 1088 of the TCG specification. Adds a new TPM2 subtable for ARM SMC. 1744 ACPI 6.1: Added support for a new PCCT subtable, "HW-Reduced Comm 1837 IORT: Added new subtable per the 10/2015 IORT spec. 1838 HEST: For ACPI 6.1, added new constants and new subtable. 1907 - A new subtable for HEST 3128 GTDT - One new subtable and new fields. Tomasz Nowicki. 3130 PCCT - One new subtable. [all …]
|