Home | History | Annotate | Download | only in AcpiPlatformDxe

Lines Matching full:xsdt

115   into the RSDT/XSDT using InstallAcpiTable. Some signature of the installed

138 EFI_ACPI_DESCRIPTION_HEADER *Xsdt;
167 // If XSDT table is find, just install its tables.
172 // Retrieve the addresses of XSDT and
175 Xsdt = (EFI_ACPI_DESCRIPTION_HEADER *) (UINTN)
177 NumberOfTableEntries = (Xsdt->Length -
182 // Install ACPI tables found in XSDT.
186 // Get the table entry from XSDT
188 CurrentTableEntry = (VOID *) ((UINT8 *) Xsdt +
195 // Install the XSDT tables
232 // Install ACPI tables found in XSDT.