_ICacheRefresh (Windows Embedded CE 6.0)
1/5/2010
This function releases the cache line containing the address referenced by the pointer from the instruction cache.
Syntax
void __cdecl __ICacheRefresh(
void *
);
Parameters
- *
[in] Pointer to cache line.
Return Value
None.
Remarks
The extent of the instruction cache refreshed is implementation-dependent. It is usually at least 16 bytes, but can be the entire instruction cache. In addition, prefetch of the instructions referenced by the pointer is implementation-dependent.
This function is not supported for SH and MIPS microprocessors.
Requirements
Architecture | ARM, MIPS, SH-4, x86 |
Header | cmnintrin.h |
Routine | _ICacheRefresh |
See Also
Reference
Common Intrinsic Functions for Device Compilers