.\" 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_RMAP" "" "06 October 2005" "" "" .SH NAME page_add_rmap \- add reverse mapping entry to a page .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct pte_chain * page_add_rmap (struct page * \fIpage\fB, pte_t * \fIptep\fB, struct pte_chain * \fIpte_chain\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpage\fB\fR the page to add the mapping to .TP \fB\fIptep\fB\fR the page table entry mapping this page .TP \fB\fIpte_chain\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Add a new pte reverse mapping to a page. The caller needs to hold the mm->page_table_lock.