1. NAME

sq_flush_range - Flush (prefetch) a specific SQ range

2. SYNOPSIS

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

3. ARGUMENTS

start
    the store queue address to start flushing from

len
    the length to flush

4. DESCRIPTION

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

5. AUTHOR

Paul Mundt <>
    Author.

6. COPYRIGHT