Invalidate the instruction cache for the given address range.
If the instructions specified by the address range are cached by the instrunction cache, the cachelines containing those instructions are invalidated.
Prototype
void Xil_ICacheInvalidateRange(INTPTR adr, INTPTR len);
Parameters
The following table lists the Xil_ICacheInvalidateRange
function arguments.
Name | Description |
---|---|
adr | 64bit start address of the range to be invalidated. |
len | Length of the range to be invalidated in bytes. |