Searched refs:subtable (Results 1 – 6 of 6) sorted by relevance
147 ACPI_SUBTABLE_HEADER *subtable; in acpisrat_parse() local165 subtable = (ACPI_SUBTABLE_HEADER *)((char *)srat + srat_pos); in acpisrat_parse()166 srat_pos += subtable->Length; in acpisrat_parse()168 switch (subtable->Type) { in acpisrat_parse()173 srat_cpu = (ACPI_SRAT_CPU_AFFINITY *)subtable; in acpisrat_parse()194 srat_mem = (ACPI_SRAT_MEM_AFFINITY *)subtable; in acpisrat_parse()211 srat_x2apic = (ACPI_SRAT_X2APIC_CPU_AFFINITY *)subtable; in acpisrat_parse()241 srat_gicc = (ACPI_SRAT_GICC_AFFINITY *)subtable; in acpisrat_parse()272 subtable->Length); in acpisrat_parse()
303 ACPI_SUBTABLE_HEADER *subtable = in acpi_platform_startup() local 305 if (subtable->Type == ACPI_MADT_TYPE_GENERIC_INTERRUPT) in acpi_platform_startup() 307 where += subtable->Length; in acpi_platform_startup()
861 ACPI_SUBTABLE_HEADER *subtable; in acpi_walk_subtables() local864 subtable = first; in acpi_walk_subtables()866 while ((char *)subtable < end) { in acpi_walk_subtables()868 if (subtable->Length < sizeof(ACPI_SUBTABLE_HEADER)) { in acpi_walk_subtables()869 warnx("invalid subtable length %u", subtable->Length); in acpi_walk_subtables()872 action(subtable); in acpi_walk_subtables()873 subtable = (ACPI_SUBTABLE_HEADER *)((char *)subtable + in acpi_walk_subtables()874 subtable->Length); in acpi_walk_subtables()882 ACPI_NFIT_HEADER *subtable; in acpi_walk_nfit() local885 subtable = first; in acpi_walk_nfit()[all …]
38 Add ACPI_DMT_TERMINATOR at the end of every table/subtable definition40 Add externals for the table/subtable definitions in acdisasm.h
240 where a subtable Length was not computed correctly.242 Data Table Compiler/Disassembler: Add/fix the CFMWS subtable to the CEDT 351 Added a new subtable type for ACPI 6.4 SRAT Generic Port Affinity. It 352 uses the same subtable structure as the existing Generic Initiator 396 that relies on using subtable headers in order to parse ACPI tables.400 iASL: Table disassembler: Add missing strings to decode subtable types.904 IVHD type 11h caused the iasl to report unknown subtable type. Add 906 parsing method based on subtable type. Micha? ?ygowski.1491 SRAT: Add Generic Affinity Structure subtable. This subtable i[all...]
41061 * doc/cppopts.texi: Reformat -d subtable to list the full name