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

/mm/
H A Dmmap.c2296 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, argument
2299 struct vm_area_struct *vma = *vmap;
2338 *vmap = new_vma;
H A Dnommu.c406 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) function
411 EXPORT_SYMBOL(vmap); variable
H A Dvmalloc.c7 * Major rework to support vmap/vunmap, Christoph Hellwig, SGI, August 2002
203 * Walk a vmap address to the struct page it maps.
267 /* The vmap cache globals are protected by vmap_area_lock */
449 "vmap allocation for size %lu failed: "
539 * vmap activity will not scale linearly with CPUs. Also, I want to be
569 * Purges all lazily-freed vmap areas.
573 * if we found no lazy vmap areas to unmap (callers can use this to optimise
653 * Free a vmap area, caller ensuring that the area has been unmapped
666 * Free and unmap a vmap area, caller ensuring flush_cache_vunmap had been
676 * Free and unmap a vmap are
1544 void *vmap(struct page **pages, unsigned int count, function
1566 EXPORT_SYMBOL(vmap); variable
[all...]

Completed in 141 milliseconds