arrow_back_ios
Back to List
liboffload::swcache::block_invalidate
Offload KB - offload-library
Old Content Alert
Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.
Include: <liboffload>
static inline void liboffload::swcache::block_invalidate( __outer void * linePtr, unsigned int size );
Within an Offload context:
This function invalidates the software cache line(s) which hold the address block at linePtr extending to linePtr+size. This will not writeback the line(s) if modified.
Outside of an Offload context:
This function has no effect.