Lines Matching defs:Table
3 * Module Name: tbfadt - FADT table utilities
185 /* Table for conversion of FADT to common internal format and FADT validation */
266 /* Table used to split Event Blocks into separate status/enable registers */
451 ACPI_TABLE_HEADER *Table;
464 Status = AcpiTbGetTable (FadtDesc, &Table);
472 * Validate the FADT checksum before we copy the table. Ignore
475 (void) AcpiUtVerifyChecksum (Table, Length);
479 AcpiTbCreateLocalFadt (Table, Length);
518 * PARAMETERS: Table - Pointer to BIOS FADT
519 * Length - Length of the table
532 ACPI_TABLE_HEADER *Table,
537 * Check if the FADT is larger than the largest table that we expect
539 * the table, and issue a warning.
546 Table->Revision, ACPI_FADT_CONFORMANCE, Length,
556 memcpy (&AcpiGbl_FADT, Table,