Home | History | Annotate | Download | only in tables

Lines Matching defs:Address

311  * RETURN:      Physical address extracted from the root table
331 * Get the table physical address (32-bit for RSDT, 64-bit for XSDT):
355 /* Will truncate 64-bit address to 32 bits, issue warning */
358 "64-bit Physical Address in XSDT is too large (0x%8.8X%8.8X),"
394 ACPI_PHYSICAL_ADDRESS Address;
404 /* Map the entire RSDP and extract the address of the RSDT or XSDT */
426 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->XsdtPhysicalAddress;
433 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->RsdtPhysicalAddress;
445 Table = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
451 AcpiTbPrintTableHeader (Address, Table);
467 Table = AcpiOsMapMemory (Address, Length);
492 /* Get the table physical address (32-bit for RSDT, 64-bit for XSDT) */
494 Address = AcpiTbGetRootTableEntry (TableEntry, TableEntrySize);
498 if (!Address)
503 Status = AcpiTbInstallStandardTable (Address,