OALClearTLBEntry (Windows CE 5.0)
This function clears the specified TLB entry. If the system supports separate data and instruction TLBs, this function and OALClearTLB must both be clear.
VOID OALClearTLBEntry( VOID *pAddress);
Parameters
- pAddress
[in] Pointer to the starting virtual address on which the cache operation is to be performed.
Return Values
None.
Remarks
OEMCacheRangeFlush must call this internal function if appropriate based on the dwFlags parameter.
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_cache.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors