module xdc.runtime.knl.CacheSupportNull |
Empty ICacheSupport implementation
C synopsis | target-domain | sourced in xdc/runtime/knl/CacheSupportNull.xdc |
Functions common to all ICacheSupport modules | |
Bool | CacheSupportNull_inv// Invalidates range of memory(Ptr |
Bool | |
Bool | CacheSupportNull_wb// Writes a range of memory from all cache(s)(Ptr |
Bool | CacheSupportNull_wbInv// Writes back and invalidates range fo memory(Ptr |
Functions common to all target modules | |
CacheSupportNull_Module_getMask// Returns the diagnostics mask for this module,
CacheSupportNull_Module_hasMask// Test whether this module has a diagnostics mask,
CacheSupportNull_Module_heap// The heap from which this module allocates memory,
CacheSupportNull_Module_id// Get this module's unique id,
CacheSupportNull_Module_setMask// Set the diagnostics mask for this module,
CacheSupportNull_Module_startupDone// Test if this module has completed startup
|
CacheSupportNull_inv() // module-wide |
Invalidates range of memory
C synopsis | target-domain |
CacheSupportNull_wait() // module-wide |
Wait for a previous cache operation to complete
C synopsis | target-domain |
CacheSupportNull_wb() // module-wide |
Writes a range of memory from all cache(s)
C synopsis | target-domain |
CacheSupportNull_wbInv() // module-wide |
Writes back and invalidates range fo memory
C synopsis | target-domain |
Module-Wide Built-Ins |
C synopsis | target-domain |
usage | meta-domain | sourced in xdc/runtime/knl/CacheSupportNull.xdc |
metaonly config CacheSupportNull.common$ // module-wide |
Common module configuration parameters
usage | meta-domain |