Share via


OALClearDTLBEntry (Compact 2013)

10/16/2014

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

See Also

Reference

Cache Functions