1SQ_FLUSH_RANGE(9) Memory Management SQ_FLUSH_RANGE(9)
23
4
NAME
6sq_flush_range - Flush (prefetch) a specific SQ range
7
SYNOPSIS
9void sq_flush_range(unsigned long start, unsigned int len);
10
ARGUMENTS
12start
13the store queue address to start flushing from
1415
len
16the length to flush
17
DESCRIPTION
19Flushes the store queue cache from start to start + len in a linear
20fashion.
21
AUTHOR
23Paul Mundt <lethal@linux-sh.org>
24Author.
25
COPYRIGHT
27Kernel Hackers Manual 2.6. November 2011 SQ_FLUSH_RANGE(9)