|
static void | DC_FlushAll (void) |
| Flush the entire data cache to memory.
|
|
static void | DC_FlushRange (const void *base, u32 size) |
| Flush the data cache of a range of addresses to memory.
|
|
static void | DC_InvalidateAll (void) |
| Invalidate the entire data cache.
|
|
static void | DC_InvalidateRange (const void *base, u32 size) |
| Invalidate the data cache of a range of addresses.
|
|
static void | IC_InvalidateAll (void) |
| Invalidate the entire instruction cache.
|
|
static void | IC_InvalidateRange (const void *base, u32 size) |
| Invalidate the instruction cache of a range of addresses.
|
|
ARM9 cache control functions.
ARM9 cache defines.