SQ_FLUSH_RANGE
Section: Memory Management (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
sq_flush_range - Flush (prefetch) a specific SQ range
 
SYNOPSIS
- 
void sq_flush_range(unsigned long start, unsigned int len);
ARGUMENTS
start
- 
- the store queue address to start flushing from
len
- 
the length to flush
DESCRIPTION
Flushes the store queue cache from
start
to
start
+
len
in a linear fashion.
 
AUTHOR
Paul Mundt <lethal@linux-sh.org>
- 
Author.
COPYRIGHT