.\" 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 "MARK_CLEAN" "9" "09 October 2005" "" ""
.SH NAME
mark_clean \- cache coherent, any (complete) pages that were written via
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mark_clean (void * \fIaddr\fB, size_t \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
-- undescribed --
.TP
\fB\fIsize\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
DMA can be marked as ``clean'' so that \fBlazy_mmu_prot_update\fR doesn't have to
flush them when they get mapped into an executable vm-area.