Lines Matching defs:vm_map_ram
1917 #define VMAP_RAM 0x1 /* indicates vm_map_ram area*/
2334 * vm_unmap_ram - unmap linear kernel address space set up by vm_map_ram
2335 * @mem: the pointer returned by vm_map_ram
2336 * @count: the count passed to that vm_map_ram call (cannot unmap partial)
2369 * vm_map_ram - map pages linearly into kernel virtual address (vmalloc space)
2376 * objects with vm_map_ram(), it could consume lots of address space through
2382 void *vm_map_ram(struct page **pages, unsigned int count, int node)
2420 EXPORT_SYMBOL(vm_map_ram);
3634 * Read from a vm_map_ram region of memory.
3649 * If it's area created by vm_map_ram() interface directly, but
3775 * VMAP_BLOCK indicates a sub-type of vm_map_ram area, need
4381 seq_printf(m, "0x%pK-0x%pK %7ld vm_map_ram\n",