Searched refs:mapped_bytes (Results 1 – 1 of 1) sorted by relevance
909 ulong chunk_size, mapped_bytes = 0; in do_map_region() local937 while (mapped_bytes < map_length) { in do_map_region()942 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()945 ret = io_remap_pfn_range(vma, virt_base + mapped_bytes, in do_map_region()946 (phys_base + mapped_bytes) >> in do_map_region()954 mapped_bytes += chunk_size; in do_map_region()961 mappable_region->length_bytes = mapped_bytes; in do_map_region()966 (ulong)mapped_bytes); in do_map_region()