Searched refs:AcpiLoadTable (Results 1 – 5 of 5) sorted by relevance
222 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt4Code, &TableIndex); in AeMiscellaneousTests()223 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()230 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt4Code, NULL); in AeMiscellaneousTests()231 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()241 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt2Code, NULL); in AeMiscellaneousTests()242 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()246 Status = AcpiLoadTable ((ACPI_TABLE_HEADER *) Ssdt3Code, NULL); in AeMiscellaneousTests()247 ACPI_CHECK_OK (AcpiLoadTable, Status); in AeMiscellaneousTests()
483 AcpiLoadTable ( in ACPI_EXPORT_SYMBOL_INIT()491 ACPI_FUNCTION_TRACE (AcpiLoadTable); in ACPI_EXPORT_SYMBOL_INIT()521 ACPI_EXPORT_SYMBOL (AcpiLoadTable) in ACPI_EXPORT_SYMBOL() argument
256 Status = AcpiLoadTable (Table, NULL); in AcpiDbLoadTables()
670 AcpiLoadTable (
1079 Modified the external interface AcpiLoadTable() to return a table index. 1082 AcpiLoadTable (6575 AcpiLoadTable: Load an SSDT from a buffer into the namespace.11683 - AcpiLoadTable: Not needed.17962 Implemented support in AcpiLoadTable to allow loading of FACS and