Searched refs:vmap (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dmmap.c2837 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, argument
2841 struct vm_area_struct *vma = *vmap;
2881 *vmap = vma = new_vma;
H A Dnommu.c432 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) function
437 EXPORT_SYMBOL(vmap); variable
H A Dvmalloc.c7 * Major rework to support vmap/vunmap, Christoph Hellwig, SGI, August 2002
225 * Walk a vmap address to the struct page it maps.
279 /* The vmap cache globals are protected by vmap_area_lock */
467 "vmap allocation for size %lu failed: "
557 * vmap activity will not scale linearly with CPUs. Also, I want to be
587 * Purges all lazily-freed vmap areas.
591 * if we found no lazy vmap areas to unmap (callers can use this to optimise
671 * Free a vmap area, caller ensuring that the area has been unmapped
684 * Free and unmap a vmap area, caller ensuring flush_cache_vunmap had been
694 * Free and unmap a vmap are
1532 void *vmap(struct page **pages, unsigned int count, function
1554 EXPORT_SYMBOL(vmap); variable
[all...]

Completed in 253 milliseconds