API Reference Manual
1.47.0
|
Region specific cache stashing configuration. More...
#include <schedule_types.h>
Data Fields | |
struct { | |
uint32_t offset | |
Byte offset into a region to start caching from. More... | |
uint32_t len | |
Length in bytes to cache. More... | |
} | l2 |
L2 cache stashing. | |
struct { | |
uint32_t offset | |
Byte offset into a region to start caching from. More... | |
uint32_t len | |
Length in bytes to cache. More... | |
} | l3 |
L3 cache stashing. | |
Region specific cache stashing configuration.
Region specific cache stashing configuration for different cache levels. Application can, for example, configure caching of certain portions of a region to L2 while configuring another portion to be cached to L3 or alternatively caching to both levels by configuring overlapping offsets and byte counts.
Definition at line 260 of file api/spec/schedule_types.h.
uint32_t odp_cache_stash_region_t::offset |
Byte offset into a region to start caching from.
Depending on the implementation, this might be rounded down to a more suitable boundary.
Definition at line 268 of file api/spec/schedule_types.h.
uint32_t odp_cache_stash_region_t::len |
Length in bytes to cache.
Depending on the implementation, this might be rounded up to a more suitable boundary.
Definition at line 275 of file api/spec/schedule_types.h.