__CacheWriteBack

9/7/2007

This function writes the cache line containing the address referenced by the pointer to main memory.

Syntax

void __cdecl __CacheWriteback(
  void *
);

Parameters

  • *
    [in] Pointer to cache line.

Return Value

None.

Remarks

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

Requirements

Routine Required header Architecture

__CacheWriteBack

<cmnintrin.h>

x86, ARM, SH-4, MIPS

See Also

Other Resources

Intrinsic Functions for Device Compilers