SQ_FLUSH_RANGE(9) Memory Management SQ_FLUSH_RANGE(9)NAMEsq_flush_range - Flush (prefetch) a specific SQ rangeSYNOPSISvoid sq_flush_range(unsigned long start, unsigned int len);ARGUMENTSstart the store queue address to start flushing from len the length to flushDESCRIPTIONFlushes the store queue cache from start to start + len in a linear fashion.AUTHORPaul Mundt <lethal@linux-sh.org> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SQ_FLUSH_RANGE(9)