Searched refs:AcpiLoadTable (Results 1 – 5 of 5) sorted by relevance
114 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt4Code, &TableIndex); in AeMiscellaneousTests()115 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()122 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt4Code, NULL); in AeMiscellaneousTests()123 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()133 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt2Code, NULL); in AeMiscellaneousTests()134 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()138 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt3Code, NULL); in AeMiscellaneousTests()139 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()
385 AcpiLoadTable ( in ACPI_EXPORT_SYMBOL_INIT()393 ACPI_FUNCTION_TRACE (AcpiLoadTable); in ACPI_EXPORT_SYMBOL_INIT()423 ACPI_EXPORT_SYMBOL (AcpiLoadTable) in ACPI_EXPORT_SYMBOL() argument
148 Status = AcpiLoadTable (Table, NULL); in AcpiDbLoadTables()
562 AcpiLoadTable (
1129 Modified the external interface AcpiLoadTable() to return a table index. 1132 AcpiLoadTable (6625 AcpiLoadTable: Load an SSDT from a buffer into the namespace.11732 - AcpiLoadTable: Not needed.18011 Implemented support in AcpiLoadTable to allow loading of FACS and