Home
last modified time | relevance | path

Searched refs:mapped_bytes (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/staging/gasket/
Dgasket_core.c900 ulong chunk_size, mapped_bytes = 0; in do_map_region() local
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()
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()