VMAP

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

vmap - map an array of pages into virtually contiguous space  

SYNOPSIS

"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.  

DESCRIPTION

Maps count pages from pages into contiguous kernel virtual space.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:41:11 GMT, October 06, 2005