_ICacheRefresh
9/7/2007
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
Routine | Required header | Architecture |
---|---|---|
_ICacheRefresh |
<cmnintrin.h> |
x86, ARM, SH-4, MIPS |