Lines Matching defs:address
155 * RETURN: Physical address extracted from the root table
172 * Get the table physical address (32-bit for RSDT, 64-bit for XSDT):
193 /* Will truncate 64-bit address to 32 bits, issue warning */
230 acpi_physical_address address;
238 /* Map the entire RSDP and extract the address of the RSDT or XSDT */
258 address = (acpi_physical_address)rsdp->xsdt_physical_address;
263 address = (acpi_physical_address)rsdp->rsdt_physical_address;
275 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
280 acpi_tb_print_table_header(address, table);
296 table = acpi_os_map_memory(address, length);
319 /* Get the table physical address (32-bit for RSDT, 64-bit for XSDT) */
321 address =
326 if (!address) {
330 status = acpi_tb_install_standard_table(address,