__dcbtna
Purpose
Data cache block hint no longer accessed
Indicates that the block containing address will not
be accessed for a long time; therefore, it must not be kept in the
L1 data cache.
Note: Using this function does not necessarily evict
the containing block from the data cache.
Prototype
void __dcbtna (void *addr);


