#include <nitro/os.h>
void DC_TouchRange(
void* startAddr ,
u32 nBytes );
Loads the data in the specified memory region into data cache
startAddr is rounded down to the closest 32-byte boundary. startAddr + nBytes is rounded up to the closest 32-byte boundary.
Looks ahead with the pld command.
startAddr |
Lowest address in the region to be preloaded |
nBytes |
Number of bytes of the region to be preloaded |
None.
12/22/2003 Initial Version