TLBClear (Windows CE 5.0)

Send Feedback

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.

void TLBClear(void);

Parameters

None.

Return Values

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 nontrusted application and when the virtual memory APIs are used to allocate, free, or manipulate memory.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Nk.lib.

See Also

FlushICache | FlushDCache | OEMCacheRangeFlush

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.