FlushDCache

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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.

Syntax

void FlushDCache(void);

Parameters

None.

Return Value

None.

Remarks

Only the MIPS and ARM kernels support this function. This is a required function of OAL, first called in KernelStart.

Requirements

Header kernel.h
Library Nk.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

FlushICache
OEMCacheRangeFlush
TLBClear

Other Resources

CacheSync