#include <asm/addrspace.h>
#include <asm/page.h>
Go to the source code of this file.
Definition at line 28 of file sq.h.
Definition at line 24 of file sq.h.
#define SQ_ALIGN_MASK (~(SQ_SIZE - 1)) |
Definition at line 23 of file sq.h.
Definition at line 26 of file sq.h.
Definition at line 27 of file sq.h.
Definition at line 22 of file sq.h.
void sq_flush_range |
( |
unsigned long |
start, |
|
|
unsigned int |
len |
|
) |
| |
sq_flush_range - Flush (prefetch) a specific SQ range : the store queue address to start flushing from : the length to flush
Flushes the store queue cache from to + in a linear fashion.
Definition at line 60 of file sq.c.
Definition at line 145 of file sq.c.
sq_unmap - Unmap a Store Queue allocation : Pre-allocated Store Queue mapping.
Unmaps the store queue allocation that was previously created by sq_remap(). Also frees up the pte that was previously inserted into the kernel page table and discards the UTLB translation.
Definition at line 209 of file sq.c.