Lines Matching defs:address

41 osl_map_table(acpi_size address,
60 acpi_physical_address *address);
68 acpi_physical_address *address);
144 * PARAMETERS: address - Physical address of the ACPI table
148 * AE_NOT_FOUND: A valid table was not found at the address
150 * DESCRIPTION: Get an ACPI table via a physical memory address.
155 acpi_os_get_table_by_address(acpi_physical_address address,
172 status = osl_map_table(address, NULL, &mapped_table);
208 * address - Where the table physical address is returned
210 * RETURN: Status; Table buffer and physical address returned if AE_OK.
222 acpi_physical_address *address)
240 osl_get_bios_table(signature, instance, table, address);
245 instance, table, address);
256 address);
336 * address - Where the table physical address is returned
338 * RETURN: Status; Table buffer and physical address returned if AE_OK.
350 u32 *instance, acpi_physical_address *address)
379 table, address);
394 * RETURN: RSDP address if found
396 * DESCRIPTION: Find RSDP address via EFI using keyword indicating the ACPI
405 unsigned long long address = 0;
411 if (sscanf(buffer, format, &address) == 1) {
416 return ((acpi_physical_address)(address));
425 * RETURN: RSDP address if found
427 * DESCRIPTION: Find RSDP address via EFI.
434 acpi_physical_address address = 0;
438 address = osl_find_rsdp_via_efi_by_keyword(file, "ACPI20");
439 if (!address) {
440 address =
446 return (address);
545 acpi_physical_address address;
573 &address);
591 &address);
753 * address - Where the table physical address is returned
755 * RETURN: Status; Table buffer and physical address returned if AE_OK.
769 acpi_physical_address *address)
796 * Get the appropriate address, either 32-bit or 64-bit. Be very
974 *address = table_address;
1040 * PARAMETERS: address - Address of the table in memory
1047 * AE_NOT_FOUND: A valid table was not found at the address
1049 * DESCRIPTION: Map entire ACPI table into caller's address space.
1054 osl_map_table(acpi_size address,
1060 if (!address) {
1071 acpi_os_map_memory(address, sizeof(struct acpi_table_header));
1074 ACPI_FORMAT_UINT64(address));
1105 mapped_table = acpi_os_map_memory(address, length);
1109 ACPI_FORMAT_UINT64(address), length);
1296 * address - Where the table physical address is returned
1311 acpi_physical_address *address)
1367 /* There is no physical address saved for customized tables, use zero */
1369 *address = 0;