Share via


_ICacheRefresh

This function releases the cache line containing the address referenced by the pointer from the instruction cache.

void __cdecl __ICacheRefresh(
  void *
);

Parameters

  • *
    [in] Pointer to cache line.

Return Values

None.

Remarks

The extent of the instruction cache refreshed is implementation-dependent. It is usually at least 16 bytes, but may be the entire instruction cache. In addition, prefetch of the instructions referenced by the pointer is implementation-dependent.

This function may do nothing if the requested functionality is not available on the target platform.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.

See Also

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.