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
338 Address = (ACPI_PHYSICAL_ADDRESS) LongAddress; in ApDumpTableByAddress()
339 Status = AcpiOsGetTableByAddress (Address, &Table); in ApDumpTableByAddress()
343 ACPI_FORMAT_UINT64 (Address), in ApDumpTableByAddress()
348 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()
374 ACPI_PHYSICAL_ADDRESS Address; in ApDumpTableByName() local
408 &Table, &Address); in ApDumpTableByName()
424 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()