OALFlushICacheLines (Windows Embedded CE 6.0)
1/5/2010
This function flushes the specified instruction cache lines, invalidating the location of the specified lines.
Syntax
VOID OALFlushICacheLines(
VOID *pAddress,
UINT32 size
);
Parameters
- pAddress
[in] Pointer to the starting virtual address on which the cache operation is to be performed.
- size
[in] Length of the flush, in bytes.
Return Value
None.
Remarks
OEMCacheRangeFlush calls this internal function as appropriate based on the dwFlags parameter.
Requirements
Header | oal_cache.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |