Functions | |
int | Xil_TestDCacheRange (void) |
int | Xil_TestDCacheAll (void) |
int | Xil_TestICacheRange (void) |
int | Xil_TestICacheAll (void) |
Ver Who Date Changes ----- ---- -------- ----------------------------------------------- 1.00a hbm 07/29/09 First release
|
Perform DCache all related API test such as Xil_DCacheFlush and Xil_DCacheInvalidate. This test function writes a constant value to the Data array, flushes the DCache, writes a new value, then invalidates the DCache.
|
|
Perform DCache range related API test such as Xil_DCacheFlushRange and Xil_DCacheInvalidateRange. This test function writes a constant value to the Data array, flushes the range, writes a new value, then invalidates the corresponding range.
|
|
Perform Xil_ICacheInvalidate().
|
|
Perform Xil_ICacheInvalidateRange() on a few function pointers.
|