Home | History | Annotate | Download | only in tables

Lines Matching refs:Tables

172  * DESCRIPTION: Load the ACPI tables from the RSDT/XSDT
205 /* Load the namespace from the tables */
219 "While loading namespace from ACPI tables"));
283 * PSDT tables are optional. Verify the DSDT.
285 Table = &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex];
297 * address. We must take care here because the address of the .Tables
298 * array can change dynamically as tables are loaded at run-time. Note:
325 /* Load and parse tables */
340 /* Load any SSDT or PSDT tables. Note: Loop leaves tables locked */
344 Table = &AcpiGbl_RootTableList.Tables[i];
355 /* Ignore errors while loading tables, get as many as possible */
380 "%u ACPI AML tables successfully acquired and loaded",
594 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
600 * Allow unload of SSDT and OEMx tables only. Do not allow unload
601 * of the DSDT. No other types of tables should get here, since
606 AcpiGbl_RootTableList.Tables[i].Signature.Ascii,