other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SQ_FLUSH_RANGE(9) | Memory Management | SQ_FLUSH_RANGE(9) |
NAME¶
sq_flush_range - Flush (prefetch) a specific SQ rangeSYNOPSIS¶
void
sq_flush_range(unsigned long start,
unsigned int len);
ARGUMENTS¶
startthe 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¶
February 2017 | Kernel Hackers Manual 3.16 |