L4Re - L4 Runtime Environment
|
Cache functions. More...
Go to the source code of this file.
Functions | |
int | l4_cache_clean_data (unsigned long start, unsigned long end) L4_NOTHROW |
Cache clean a range in D-cache. More... | |
int | l4_cache_flush_data (unsigned long start, unsigned long end) L4_NOTHROW |
Cache flush a range. More... | |
int | l4_cache_inv_data (unsigned long start, unsigned long end) L4_NOTHROW |
Cache invalidate a range. More... | |
int | l4_cache_coherent (unsigned long start, unsigned long end) L4_NOTHROW |
Make memory coherent between I-cache and D-cache. More... | |
int | l4_cache_dma_coherent (unsigned long start, unsigned long end) L4_NOTHROW |
Make memory coherent for use with external memory. More... | |
int | l4_cache_dma_coherent_full (void) L4_NOTHROW |
Make memory coherent for use with external memory. | |
Cache functions.
Definition in file cache.h.