Searched refs:mapped_bytes (Results 1 – 1 of 1) sorted by relevance
902 ulong chunk_size, mapped_bytes = 0; in do_map_region() local930 while (mapped_bytes < map_length) { in do_map_region()935 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()938 ret = io_remap_pfn_range(vma, virt_base + mapped_bytes, in do_map_region()939 (phys_base + mapped_bytes) >> in do_map_region()947 mapped_bytes += chunk_size; in do_map_region()954 mappable_region->length_bytes = mapped_bytes; in do_map_region()959 (ulong)mapped_bytes); in do_map_region()