Lines Matching full:tables
29 * DESCRIPTION: Load the ACPI tables from the RSDT/XSDT
57 /* Load the namespace from the tables */ in acpi_load_tables()
69 "While loading namespace from ACPI tables")); in acpi_load_tables()
116 * PSDT tables are optional. Verify the DSDT. in ACPI_EXPORT_SYMBOL_INIT()
118 table = &acpi_gbl_root_table_list.tables[acpi_gbl_dsdt_index]; in ACPI_EXPORT_SYMBOL_INIT()
129 * address. We must take care here because the address of the .Tables in ACPI_EXPORT_SYMBOL_INIT()
130 * array can change dynamically as tables are loaded at run-time. Note: in ACPI_EXPORT_SYMBOL_INIT()
155 /* Load and parse tables */ in ACPI_EXPORT_SYMBOL_INIT()
167 /* Load any SSDT or PSDT tables. Note: Loop leaves tables locked */ in ACPI_EXPORT_SYMBOL_INIT()
170 table = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
183 /* Ignore errors while loading tables, get as many as possible */ in ACPI_EXPORT_SYMBOL_INIT()
206 ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded", tables_loaded)); in ACPI_EXPORT_SYMBOL_INIT()
395 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { in ACPI_EXPORT_SYMBOL()
400 * Allow unload of SSDT and OEMx tables only. Do not allow unload in ACPI_EXPORT_SYMBOL()
401 * of the DSDT. No other types of tables should get here, since in ACPI_EXPORT_SYMBOL()
406 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()