Lines Matching full:tables
172 * DESCRIPTION: Load the ACPI tables from the RSDT/XSDT
205 /* Load the namespace from the tables */ in AcpiLoadTables()
219 "While loading namespace from ACPI tables")); in AcpiLoadTables()
279 * PSDT tables are optional. Verify the DSDT. in ACPI_EXPORT_SYMBOL_INIT()
281 Table = &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex]; in ACPI_EXPORT_SYMBOL_INIT()
293 * address. We must take care here because the address of the .Tables in ACPI_EXPORT_SYMBOL_INIT()
294 * array can change dynamically as tables are loaded at run-time. Note: in ACPI_EXPORT_SYMBOL_INIT()
321 /* Load and parse tables */ in ACPI_EXPORT_SYMBOL_INIT()
336 /* Load any SSDT or PSDT tables. Note: Loop leaves tables locked */ in ACPI_EXPORT_SYMBOL_INIT()
340 Table = &AcpiGbl_RootTableList.Tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
351 /* Ignore errors while loading tables, get as many as possible */ in ACPI_EXPORT_SYMBOL_INIT()
376 "%u ACPI AML tables successfully acquired and loaded", in ACPI_EXPORT_SYMBOL_INIT()
554 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId) in ACPI_EXPORT_SYMBOL()
560 * Allow unload of SSDT and OEMx tables only. Do not allow unload in ACPI_EXPORT_SYMBOL()
561 * of the DSDT. No other types of tables should get here, since in ACPI_EXPORT_SYMBOL()
566 AcpiGbl_RootTableList.Tables[i].Signature.Ascii, in ACPI_EXPORT_SYMBOL()