OALClearITLBEntry (Windows CE 5.0)
This function clears the specified entry in the instruction TLB.
VOID OALClearITLBEntry( 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