Share via


OALClearDTLBEntry (Windows CE 5.0)

Send Feedback

This function clears the specified entry in the data TLB.

VOID OALClearDTLBEntry(  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

Cache Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.