Share via


OALClearDTLBEntry (Windows Embedded CE 6.0)

1/5/2010

This function clears the specified entry in the data TLB.

Syntax

VOID OALClearDTLBEntry(
  VOID *pAddress
);

Parameters

  • pAddress
    [in] Pointer to the starting virtual address on which the cache operation is to be performed.

Return Value

None.

Remarks

OEMCacheRangeFlush must call this internal function if appropriate based on the dwFlags parameter.

Requirements

Header oal_cache.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Cache Functions