Files
zephyr/include/sys
Carlo Caione e77c841023 cache: Expand the APIs for cache flushing
The only two supported operations for data caches in the cache framework
are currently arch_dcache_flush() and arch_dcache_invd().

This is quite restrictive because for some architectures we also want to
control i-cache and in general we want a finer control over what can be
flushed, invalidated or cleaned. To address these needs this patch
expands the set of operations that can be performed on data and
instruction caches, adding hooks for the operations on the whole cache,
a specific level or a specific address range.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-01-19 14:31:02 -05:00
..
2020-01-20 17:19:54 -05:00
2020-10-22 07:49:07 -05:00
2020-06-24 17:09:22 -04:00
2020-12-07 21:50:14 -05:00
2020-11-13 06:38:01 -05:00