CachePostDMA(vaddress,&length,flags)
CachePostDMA(APTR,LONG *,ULONG);
Take all appropriate steps after Direct Memory Access (DMA). This function is primarily intended for writers of DMA device drivers. The action will depend on the CPU type installed, caching modes, and the state of any Memory Management Unit (MMU) activity.
As implemented
- 68000
-
Do nothing
- 68010
-
Do nothing
- 68020
-
Do nothing
- 68030
-
Flush the data cache
- 68040
-
Flush matching areas of the data cache
????? - External cache boards, Virtual Memory Systems, or
future hardware may patch this vector to best emulate the intended behavior. With a Bus-Snooping CPU, this function my end up doing nothing.