Home | History | Annotate | Download | only in LegacyBiosDxe

Lines Matching refs:AcpiTable

879   VOID                              *AcpiTable;

977 AcpiTable = NULL;
980 &AcpiTable
985 &AcpiTable
989 // We do not ASSERT if AcpiTable not found. It is possbile that a platform does not produce AcpiTable.
991 if (AcpiTable == NULL) {
994 EfiToLegacy16BootTable->AcpiTable = (UINT32)(UINTN)AcpiTable;
1001 if (AcpiTable != NULL) {
1003 AcpiPtr = AcpiTable;
1013 AcpiTable,