Invalidate a level 1 Data cache line.
If the byte specified by the address (Addr) is cached by the Data cache, the cacheline containing that byte is invalidated. If the cacheline is modified (dirty), the modified contents are lost and are NOT written to system memory before the line is invalidated.
Note: The bottom 5 bits are set to 0, forced by architecture.
Prototype
void Xil_L1DCacheInvalidateLine(u32 adr);
Parameters
The following table lists the Xil_L1DCacheInvalidateLine
function arguments.
Name | Description |
---|---|
adr | 32-bit address of the data to be invalidated. |