TLBClear (Windows Embedded CE 6.0)

1/5/2010

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 Nkstub.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Required OAL Functions
FlushICache
FlushDCache
OEMCacheRangeFlush