1VMAP(9) Memory Management in Linux VMAP(9)
23
4
NAME
6vmap - map an array of pages into virtually contiguous space
7
SYNOPSIS
9void * vmap(struct page ** pages, unsigned int count,
10unsigned long flags, pgprot_t prot);
11
ARGUMENTS
13pages
14array of page pointers
1516
count
17number of pages to map
1819
flags
20vm_area->flags
2122
prot
23page protection for the mapping
24
DESCRIPTION
26Maps count pages from pages into contiguous kernel virtual space.
27
COPYRIGHT
29Kernel Hackers Manual 2.6. November 2011 VMAP(9)