Lines Matching defs:Address
58 UINT64 Address,
198 * Address - Address of the register
203 * DESCRIPTION: Initialize a Generic Address Structure (GAS)
214 UINT64 Address,
245 * The 64-bit Address field is non-aligned in the byte packed
248 ACPI_MOVE_64_TO_64 (&GenericAddress->Address, &Address);
303 /* Address mismatch between 32-bit and 64-bit versions */
356 AcpiGbl_RootTableList.Tables[AcpiGbl_FadtIndex].Address, Length);
605 if (!Address64->Address)
615 else if (Address64->Address != (UINT64) Address32)
617 /* Address mismatch */
623 ACPI_FORMAT_UINT64 (Address64->Address),
646 if (Address64->Address &&
661 if (!Address64->Address || !Length)
666 Name, ACPI_FORMAT_UINT64 (Address64->Address), Length));
676 if ((Address64->Address && !Length) ||
677 (!Address64->Address && Length))
682 (Length ? "Length" : "Address"),
683 (Length ? "Address": "Length"),
684 ACPI_FORMAT_UINT64 (Address64->Address), Length));
726 * If a valid register (Address != 0) and the (DefaultLength > 0)
729 if ((Target64->Address) &&
772 if (Source64->Address)
776 Source64->Address +