FlushDCache (Windows CE 5.0)
This function is deprecated. To flush and invalidate the data cache, use the OEMCacheRangeFlush function instead.
This function is called by the kernel to flush and invalidate the data cache. The data cache is flushed/invalidated when CacheSync is called.
void FlushDCache(void);
Parameters
None.
Return Values
None.
Remarks
Only the MIPS and ARM kernels support this function. This is a required function of OAL, first called in KernelStart.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kernel.h.
Link Library: Nk.lib.
See Also
CacheSync | FlushICache | OEMCacheRangeFlush | TLBClear
Send Feedback on this topic to the authors