.\" 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 "SQ_CLEAR" "9" "09 October 2005" "" ""
.SH NAME
sq_clear \- Clear a store queue range
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sq_clear (unsigned long \fIaddr\fB, unsigned int \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
Address to start clearing from.
.TP
\fB\fIlen\fB\fR
Length to clear.
.SH "DESCRIPTION"
.PP
A quick zero-fill implementation for clearing out memory that has been
remapped through the store queues.