Home | History | Annotate | Download | only in tables

Lines Matching refs:Tables

246         AcpiGbl_RootTableList.Tables = InitialTableArray;
303 * If there are tables unverified, it is required to reallocate the
324 TableDesc = &AcpiGbl_RootTableList.Tables[i];
342 TableDesc = &AcpiGbl_RootTableList.Tables[i];
405 &(AcpiGbl_RootTableList.Tables[i].Signature), Signature))
415 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
417 if ((AcpiGbl_RootTableList.Tables[i].Flags &
422 AcpiGbl_RootTableList.Tables[i].Address,
440 AcpiGbl_RootTableList.Tables[i].Pointer,
505 TableDesc = &AcpiGbl_RootTableList.Tables[i];
566 TableDesc = &AcpiGbl_RootTableList.Tables[i];
634 &AcpiGbl_RootTableList.Tables[TableIndex], OutTable);