TLBClear
This function is no longer supported as of Windows CE .NET 4.2. 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, when a process switch occurs between a trusted and non-trusted 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.