Query: vmap
OS: suse
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 2.6. July 2010 VMAP(9)
Related Man Pages |
---|
__get_user_pages(9) - centos |
vm_map_wire(9) - debian |
remap_file_pages(2) - suse |
vm_map_unwire(9) - freebsd |
vm_map_wire(9) - linux |
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? |