Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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