|
static ALWAYS_INLINE int | arch_dcache_flush_range (void *addr, size_t bytes) |
| Implementation of arch_dcache_flush_range.
|
|
static ALWAYS_INLINE int | arch_dcache_flush_and_invd_range (void *addr, size_t bytes) |
| Implementation of arch_dcache_flush_and_invd_range.
|
|
static ALWAYS_INLINE int | arch_dcache_invd_range (void *addr, size_t bytes) |
| Implementation of arch_dcache_invd_range.
|
|
static ALWAYS_INLINE int | arch_dcache_invd_all (void) |
| Implementation of arch_dcache_invd_all.
|
|
static ALWAYS_INLINE int | arch_dcache_flush_all (void) |
| Implementation of arch_dcache_flush_all.
|
|
static ALWAYS_INLINE int | arch_dcache_flush_and_invd_all (void) |
| Implementation of arch_dcache_flush_and_invd_all.
|
|
static ALWAYS_INLINE void | arch_dcache_enable (void) |
| Implementation of arch_dcache_enable.
|
|
static ALWAYS_INLINE void | arch_dcache_disable (void) |
| Implementation of arch_dcache_disable.
|
|
static ALWAYS_INLINE size_t | arch_icache_line_size_get (void) |
| Implementation of arch_icache_line_size_get.
|
|
static ALWAYS_INLINE int | arch_icache_flush_all (void) |
| Implementation of arch_icache_flush_all.
|
|
static ALWAYS_INLINE int | arch_icache_invd_all (void) |
| Implementation of arch_icache_invd_all.
|
|
static ALWAYS_INLINE int | arch_icache_flush_and_invd_all (void) |
| Implementation of arch_icache_flush_and_invd_all.
|
|
static ALWAYS_INLINE int | arch_icache_flush_range (void *addr, size_t size) |
| Implementation of arch_icache_flush_range.
|
|
static ALWAYS_INLINE int | arch_icache_invd_range (void *addr, size_t size) |
| Implementation of arch_icache_invd_range.
|
|
static ALWAYS_INLINE int | arch_icache_flush_and_invd_range (void *addr, size_t size) |
| Implementation of arch_icache_flush_and_invd_range.
|
|
static ALWAYS_INLINE void | arch_icache_enable (void) |
| Implementation of arch_icache_enable.
|
|
static ALWAYS_INLINE void | arch_icache_disable (void) |
| Implementation of arch_icache_disable.
|
|
static bool | arch_cache_is_ptr_cached (void *ptr) |
|
static bool | arch_cache_is_ptr_uncached (void *ptr) |
|
static void * | arch_cache_cached_ptr_get (void *ptr) |
|
static void * | arch_cache_uncached_ptr_get (void *ptr) |
|
static ALWAYS_INLINE void | arch_cache_init (void) |
|