.\" 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 "PAGE_ADD_ANON_RMAP" "9" "09 October 2005" "" ""
.SH NAME
page_add_anon_rmap \- add pte mapping to an anonymous page
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void page_add_anon_rmap (struct page * \fIpage\fB, struct vm_area_struct * \fIvma\fB, unsigned long \fIaddress\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpage\fB\fR
the page to add the mapping to
.TP
\fB\fIvma\fB\fR
the vm area in which the mapping is added
.TP
\fB\fIaddress\fB\fR
the user virtual address mapped
.SH "DESCRIPTION"
.PP
The caller needs to hold the mm->page_table_lock.