Searched refs:mapped_bytes (Results 1 – 1 of 1) sorted by relevance
900 ulong chunk_size, mapped_bytes = 0; in do_map_region() local932 while (mapped_bytes < map_length) { in do_map_region()937 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()940 ret = io_remap_pfn_range(vma, virt_base + mapped_bytes, in do_map_region()941 (phys_base + mapped_bytes) >> in do_map_region()949 mapped_bytes += chunk_size; in do_map_region()956 mappable_region->length_bytes = mapped_bytes; in do_map_region()961 (ulong)mapped_bytes); in do_map_region()