table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| VMAP(9) | Memory Management in Linux | VMAP(9) |
NAME¶
vmap - map an array of pages into virtually contiguous spaceSYNOPSIS¶
void *
vmap(struct page ** pages,
unsigned int count,
unsigned long flags,
pgprot_t prot);
ARGUMENTS¶
pagesarray 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¶
| February 2017 | Kernel Hackers Manual 3.16 |