Searched refs:map_length (Results 1 – 2 of 2) sorted by relevance
46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()169 (u32)map_length)); in acpi_ex_system_memory_space_handler()178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
907 ulong phys_offset, map_length; in do_map_region() local920 map_length = region_to_map.length_bytes; in do_map_region()932 while (mapped_bytes < map_length) { in do_map_region()937 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()