1SQ_FLUSH_RANGE(9)              Memory Management             SQ_FLUSH_RANGE(9)
2
3
4

NAME

6       sq_flush_range - Flush (prefetch) a specific SQ range
7

SYNOPSIS

9       void sq_flush_range(unsigned long start, unsigned int len);
10

ARGUMENTS

12       start
13           the store queue address to start flushing from
14
15       len
16           the length to flush
17

DESCRIPTION

19       Flushes the store queue cache from start to start + len in a linear
20       fashion.
21

AUTHOR

23       Paul Mundt <lethal@linux-sh.org>
24           Author.
25
27Kernel Hackers Manual 2.6.         June 2019                 SQ_FLUSH_RANGE(9)
Impressum