.\" 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 "GET_VM_AREA" "" "06 October 2005" "" "" .SH NAME get_vm_area \- reserve a contingous kernel virtual area .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct vm_struct * get_vm_area (unsigned long \fIsize\fB, unsigned long \fIflags\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsize\fB\fR size of the area .TP \fB\fIflags\fB\fR VM_IOREMAP for I/O mappings or VM_ALLOC .SH "DESCRIPTION" .PP Search an area of \fIsize\fR in the kernel virtual mapping area, and reserved it for out purposes. Returns the area descriptor on success or NULL on failure. .SH "DESCRIPTION" .PP Search an area of \fIsize\fR in the kernel virtual mapping area, and reserved it for out purposes. Returns the area descriptor on success or NULL on failure.