.\" 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 "VUNMAP" "" "06 October 2005" "" ""
.SH NAME
vunmap \- release virtual mapping obtained by vmap
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void vunmap (void * \fIaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
memory base address
.SH "DESCRIPTION"
.PP
Free the virtually contiguous memory area starting at \fIaddr\fR,
which was created from the page array passed to \fBvmap\fR\&.
.PP
May not be called in interrupt context.
.SH "DESCRIPTION"
.PP
Free the virtually contiguous memory area starting at \fIaddr\fR,
which was created from the page array passed to \fBvmap\fR\&.
.PP
May not be called in interrupt context.