'\" t .\" Title: sq_flush_range .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Memory Management .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "SQ_FLUSH_RANGE" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Memory Management" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" sq_flush_range \- Flush (prefetch) a specific SQ range .SH "SYNOPSIS" .HP \w'void\ sq_flush_range('u .BI "void sq_flush_range(unsigned\ long\ " "start" ", unsigned\ int\ " "len" ");" .SH "ARGUMENTS" .PP \fIunsigned long start\fR .RS 4 the store queue address to start flushing from .RE .PP \fIunsigned int len\fR .RS 4 the length to flush .RE .SH "DESCRIPTION" .PP Flushes the store queue cache from \fIstart\fR to \fIstart\fR + \fIlen\fR in a linear fashion\&. .SH "AUTHOR" .PP \fBPaul Mundt\fR <\&lethal@linux-sh.org\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br