Share via


TLBClear

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 instruction and data TLBs, use the OEMCacheRangeFlush function instead.

This function is used to flush and invalidate the instruction and data TLBs and is specific to ARM processors.

Syntax

void TLBClear(void);

Parameters

None.

Return Value

None.

Remarks

**** TLBClear** is called during the end of KernelStart, prior to the MMU and virtual memory being enabled. It is called when a process switch occurs between a trusted and untrusted application and when the virtual memory APIs are used to allocate, free, or manipulate memory.**

Requirements

Header Developer Implemented
Library Nk.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

FlushICache
FlushDCache
OEMCacheRangeFlush