Function | Address | Description
|
DCEnable | 805b53f0 | Enable the data cache
|
DCFlushRange | 805b5440 | Flush the specified region of the data cache
|
DCFlushRangeNoSync | 805b54a0 | Invalidate a specified data cache range
|
DCInvalidateRange | 805b5410 | Invalidate the specified region of the data cache
|
DCStoreRange | 805b5470 | Reflect (write back) the data in the specified region of the data cache to real memory
|
DCStoreRangeNoSync | 805b54d0 | Securely update specified memory range with modified data in the cache
|
DCZeroRange | 805b5500 | Load the range of memory into the cache and sets all cache blocks to zero
|
ICEnable | 805b5580 | Enable the instruction cache
|
ICFlashInvalidate | 805b5570 |
|
ICInvalidateRange | 805b5530 | Invalidate the specified region of the instruction cache
|
LCDisable | 805b55a0 | Disable the locked cache
|