Line 2:
Line 2:
==Functions==
==Functions==
+
===Cache===
+
{| class="wikitable"
+
!Name
+
!Prototype
+
!Description
+
|-
+
|DCFlushRange
+
|<code>void DCFlushRange(void *addr, size_t length);</code>
+
|Flush the specified data cache blocks to memory
+
|-
+
|DCInvalidateRange
+
|<code>void DCInvalidateRange(void *addr, size_t length);</code>
+
|Invalidate the specified data cache blocks
+
|-
+
|ICInvalidateRange
+
|<code>void ICInvalidateRange(void *addr, size_t length);</code>
+
|Invalidate the specified instruction cache blocks
+
|}
+
===Error===
===Error===
{| class="wikitable"
{| class="wikitable"