Home | History | Annotate | Download | only in compiler

Lines Matching defs:Table

183  * NOTE: Assumes the following table structure:
191 * AEST - ARM Error Source table. Conforms to:
862 * Note: Main table consists of only the CDAT table header
863 * (This is not the standard ACPI table header, however)--
1023 /* Compile table with first "Interleave target" */
1042 DtInsertSubtable (ParentTable, Subtable); /* Insert AcpiDmTableInfoCedt1 table so we can put in */
1059 DtInsertSubtable (ParentTable, Subtable); /* got a target, so insert table. */
1073 /* Compile table with first "Xor map" */
1089 DtInsertSubtable (ParentTable, Subtable); /* Insert AcpiDmTableInfoCedt2 table so we can put in */
1106 DtInsertSubtable (ParentTable, Subtable); /* got an Xor map, so insert table. */
1293 /* Main table */
1304 /* Main table fields */
1762 * DESCRIPTION: Compile ERST. Complex table with subtables and subsubtables.
2069 /* Compile the main table */
2642 ACPI_TABLE_HEADER *Table;
2669 Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, ParentTable->Buffer);
2670 Revision = Table->Revision;
2676 DtError (ASL_ERROR, ASL_MSG_UNSUPPORTED, NULL, "IORT table revision");
3045 * The IVRS is essentially a flat table, with the following
3047 * <Main ACPI Table Header>
3075 /* Main table */