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)NAMEvmap - map an array of pages into virtually contiguous spaceSYNOPSISvoid * vmap(struct page ** pages, unsigned int count, unsigned long flags, pgprot_t prot);ARGUMENTSpages array of page pointers count number of pages to map flags vm_area->flags prot page protection for the mappingDESCRIPTIONMaps count pages from pages into contiguous kernel virtual space.COPYRIGHTKernel 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? |