arrow_back_ios Back to List

liboffload::swcache::block_commit

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_commit( __outer void * linePtr, unsigned int size );

Within an Offload context:

This function commits the software cache line(s) which hold the address block at linePtr extending to linePtr+size. This will writeback the line(s) if modified.

Outside of an Offload context:

This function has no effect.