次の方法で共有


__CacheWriteBack (Windows Embedded CE 6.0)

1/5/2010

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

Architecture ARM, MIPS, SH-4, x86
Header cmnintrin.h
Routine _CacheWriteBack

See Also

Reference

Common Intrinsic Functions for Device Compilers

Other Resources

Intrinsic Functions for Device Compilers