.\" 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_FLUSH" "9" "09 October 2005" "" ""
.SH NAME
sq_flush \- Flush (prefetch) the store queue cache
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sq_flush (void * \fIaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
the store queue address to flush
.SH "DESCRIPTION"
.PP
Executes a prefetch instruction on the specified store queue cache,
so that the cached data is written to physical memory.