Cache functions provide access to cache related operations such as flush and invalidate for instruction and data caches.
It gives option to perform the cache operations on a single cacheline, a range of memory and an entire cache.
Type | Name | Arguments |
---|---|---|
void | Xil_DCacheEnable |
|
void | Xil_DCacheDisable |
|
void | Xil_DCacheInvalidate |
|
void | Xil_DCacheInvalidateRange |
|
void | Xil_DCacheFlush |
|
void | Xil_DCacheFlushRange |
|
void | Xil_DCacheInvalidateLine |
|
void | Xil_DCacheFlushLine |
|
void | Xil_DCacheStoreLine |
|
void | Xil_ICacheEnable |
|
void | Xil_ICacheDisable |
|
void | Xil_ICacheInvalidate |
|
void | Xil_ICacheInvalidateRange |
|
void | Xil_ICacheInvalidateLine |
|