Lines Matching defs:map

275  * map_kernel_range_noflush - map kernel VM area with the specified pages
276 * @addr: start of the VM area to map
277 * @size: size of the VM area to map
279 * @pages: pages to map
1829 * vm_map_ram - map pages linearly into kernel virtual address (vmalloc space)
2216 * map. Find the start and end range of the direct mappings to make sure
2217 * the vm_unmap_aliases() flush includes the direct map.
2229 * Set direct map to something invalid so that it won't be cached if
2231 * reset the direct map permissions to the default.
2372 * vmap - map an array of pages into virtually contiguous space
2374 * @count: number of pages to map
2434 * vmap_pfn - map an array of PFNs into virtually contiguous space
2436 * @count: number of pages to map
2633 * allocator and map them into contiguous kernel virtual space.
2652 * allocator and map them into contiguous kernel virtual space.
2691 * allocator and map them into contiguous kernel virtual space.
2711 * allocator and map them into contiguous kernel virtual space.
2740 * page level allocator and map them into contiguous kernel virtual space.
2799 void *map = kmap_atomic(p);
2800 memcpy(buf, map + offset, length);
2801 kunmap_atomic(map);
2838 void *map = kmap_atomic(p);
2839 memcpy(map + offset, buf, length);
2840 kunmap_atomic(map);
3004 * remap_vmalloc_range_partial - map vmalloc pages to userspace
3009 * @size: size of map area
3068 * remap_vmalloc_range - map vmalloc pages to userspace
3069 * @vma: vma to cover (map full range of vma)
3071 * @pgoff: number of pages into addr before first page to map