.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "VMAP" "" "06 October 2005" "" "" .SH NAME vmap \- map an array of pages into virtually contiguous space .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void * vmap (struct page ** \fIpages\fB, unsigned int \fIcount\fB, unsigned long \fIflags\fB, pgprot_t \fIprot\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpages\fB\fR array of page pointers .TP \fB\fIcount\fB\fR number of pages to map .TP \fB\fIflags\fB\fR vm_area->flags .TP \fB\fIprot\fB\fR page protection for the mapping .SH "DESCRIPTION" .PP Maps \fIcount\fR pages from \fIpages\fR into contiguous kernel virtual space. .SH "DESCRIPTION" .PP Maps \fIcount\fR pages from \fIpages\fR into contiguous kernel virtual space.