centos man page for vmap

Query: vmap

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VMAP(9) 						    Memory Management in Linux							   VMAP(9)

NAME
vmap - map an array of pages into virtually contiguous space
SYNOPSIS
void * vmap(struct page ** pages, unsigned int count, unsigned long flags, pgprot_t prot);
ARGUMENTS
pages array of page pointers count number of pages to map flags vm_area->flags prot page protection for the mapping
DESCRIPTION
Maps count pages from pages into contiguous kernel virtual space.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 VMAP(9)
Related Man Pages
write_cache_pages(9) - centos
remap_file_pages(2) - suse
mprotect(2) - osx
mprotect(2) - freebsd
vm_map_wire(9) - freebsd
Similar Topics in the Unix Linux Community
What does "force devmap reload" as in "multipath -r" means for my system and stability of my system?