Lines Matching refs:Address
53 ACPI_PHYSICAL_ADDRESS Address);
199 ACPI_PHYSICAL_ADDRESS Address) in ApDumpTableBuffer() argument
210 AcpiTbPrintTableHeader (Address, Table); in ApDumpTableBuffer()
227 Table->Signature, ACPI_FORMAT_UINT64 (Address)); in ApDumpTableBuffer()
256 ACPI_PHYSICAL_ADDRESS Address; in ApDumpAllTables() local
266 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address); in ApDumpAllTables()
289 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()
320 ACPI_PHYSICAL_ADDRESS Address; in ApDumpTableByAddress() local
337 Address = (ACPI_PHYSICAL_ADDRESS) LongAddress; in ApDumpTableByAddress()
338 Status = AcpiOsGetTableByAddress (Address, &Table); in ApDumpTableByAddress()
342 ACPI_FORMAT_UINT64 (Address), in ApDumpTableByAddress()
347 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()
373 ACPI_PHYSICAL_ADDRESS Address; in ApDumpTableByName() local
407 &Table, &Address); in ApDumpTableByName()
423 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()