FlushICache (Windows Embedded CE 6.0)

1/5/2010

This function is deprecated. To flush and invalidate the instruction cache, use the OEMCacheRangeFlush function instead.

This function is used to flush and invalidate the instruction cache. It is called by the kernel.

The kernel flushes and invalidates the instruction cache when a process loads, a process switch occurs, and CacheSync is called.

Syntax

void FlushICache(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

Required OAL Functions
FlushDCache
OEMCacheRangeFlush
TLBClear

Other Resources

CacheSync