Searched refs:Tables (Results 1 - 15 of 15) sorted by relevance

/barrelfish-2018-10-04/lib/acpica/source/components/tables/
H A Dtbfind.c182 if (memcmp (&(AcpiGbl_RootTableList.Tables[i].Signature),
192 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
196 Status = AcpiTbValidateTable (&AcpiGbl_RootTableList.Tables[i]);
202 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
210 if (!memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->Signature,
213 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemId,
216 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemTableId,
H A Dtbxface.c210 AcpiGbl_RootTableList.Tables = InitialTableArray;
322 &(AcpiGbl_RootTableList.Tables[i].Signature), Signature))
332 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
334 if ((AcpiGbl_RootTableList.Tables[i].Flags &
339 AcpiGbl_RootTableList.Tables[i].Address,
357 AcpiGbl_RootTableList.Tables[i].Pointer,
408 &(AcpiGbl_RootTableList.Tables[i].Signature), Signature))
418 Status = AcpiTbValidateTable (&AcpiGbl_RootTableList.Tables[i]);
421 *OutTable = AcpiGbl_RootTableList.Tables[i].Pointer;
475 if (!AcpiGbl_RootTableList.Tables[TableInde
[all...]
H A Dtbdata.c548 ACPI_TABLE_DESC *Tables; local
574 Tables = ACPI_ALLOCATE_ZEROED (
577 if (!Tables)
585 if (AcpiGbl_RootTableList.Tables)
587 memcpy (Tables, AcpiGbl_RootTableList.Tables,
592 ACPI_FREE (AcpiGbl_RootTableList.Tables);
596 AcpiGbl_RootTableList.Tables = Tables;
648 *TableDesc = &AcpiGbl_RootTableList.Tables[
[all...]
H A Dtbxfload.c242 Table = &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex];
254 * address. We must take care here because the address of the .Tables
302 Table = &AcpiGbl_RootTableList.Tables[i];
304 if (!AcpiGbl_RootTableList.Tables[i].Address ||
469 &AcpiGbl_RootTableList.Tables[TableIndex]);
553 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
565 AcpiGbl_RootTableList.Tables[i].Signature.Ascii,
585 AcpiGbl_RootTableList.Tables[i].Pointer,
H A Dtbutils.c242 TableDesc = &AcpiGbl_RootTableList.Tables[TableIndex];
256 &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex],
342 * NOTE: Tables are mapped (not copied) for efficiency. The FACS must
471 &AcpiGbl_RootTableList.Tables[TableIndex].Signature,
H A Dtbinstal.c157 Status = AcpiTbAcquireTable (&AcpiGbl_RootTableList.Tables[TableIndex],
224 AcpiTbInitTableDescriptor (&AcpiGbl_RootTableList.Tables[i],
436 if (AcpiGbl_RootTableList.Tables[i].Flags &
H A Dtbfadt.c425 Length = AcpiGbl_RootTableList.Tables[AcpiGbl_FadtIndex].Length;
428 AcpiGbl_RootTableList.Tables[AcpiGbl_FadtIndex].Address, Length);
/barrelfish-2018-10-04/lib/acpica/source/components/namespace/
H A Dnsload.c214 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId);
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Dadisasm.c224 AcpiGbl_RootTableList.Tables = LocalTables;
H A Ddmtbdump.c3175 ACPI_TABLE_HEADER *Tables)
3181 ACPI_TABLE_S3PT *S3ptTable = ACPI_CAST_PTR (ACPI_TABLE_S3PT, Tables);
3174 AcpiDmDumpS3pt( ACPI_TABLE_HEADER *Tables) argument
/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexconfig.c616 &AcpiGbl_RootTableList.Tables[TableIndex]);
/barrelfish-2018-10-04/lib/acpica/source/components/debugger/
H A Ddbcmds.c422 TableDesc = &AcpiGbl_RootTableList.Tables[i];
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Daclocal.h305 ACPI_TABLE_DESC *Tables; /* Table descriptor array */ member in struct:acpi_table_list
306 UINT32 CurrentTableCount; /* Tables currently in the array */
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex61 \item On the \emph{Intel Single Chip Cloud Computer} (SCC), the set of memory a core can access is determined by the setup of its Look Up Tables (LUTs). It is possible that these tables are set-up in such a manner that
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex2190 \section{Hash Tables}

Completed in 266 milliseconds