vmap(9) centos man page | unix.com

Man Page: vmap

Operating Environment: centos

Section: 9

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
remap_file_pages(2) - linux
mprotect(2) - mojave
__get_user_pages(9) - centos
vm_map_wire(9) - debian
mprotect(2) - 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?