.\" 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_REMOVE_RMAP" "" "06 October 2005" "" "" .SH NAME page_remove_rmap \- take down reverse mapping to a page .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void page_remove_rmap (struct page * \fIpage\fB, pte_t * \fIptep\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpage\fB\fR page to remove mapping from .TP \fB\fIptep\fB\fR page table entry to remove .SH "DESCRIPTION" .PP Removes the reverse mapping from the pte_chain of the page, after that the caller can clear the page table entry and free the page. Caller needs to hold the mm->page_table_lock.