.\" 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 "VMALLOC_32" "" "06 October 2005" "" ""
.SH NAME
vmalloc_32 \- allocate virtually contiguous memory (32bit addressable)
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * vmalloc_32 (unsigned long \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsize\fB\fR
allocation size
.SH "DESCRIPTION"
.PP
Allocate enough 32bit PA addressable pages to cover \fIsize\fR from the
page level allocator and map them into contiguous kernel virtual space.
.SH "DESCRIPTION"
.PP
Allocate enough 32bit PA addressable pages to cover \fIsize\fR from the
page level allocator and map them into contiguous kernel virtual space.