Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function flushes the specified data cache lines, writing the modified cache entries for the write back cache back to main memory. OALFlushDCacheLines invalidates the specified cache lines.
VOID OALFlushDCacheLines( 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 Values
None.
Remarks
OEMCacheRangeFlush calls this internal function as appropriate based on the dwFlags parameter.
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_cache.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors