Searched refs:__sparse_cache (Results 1 – 14 of 14) sorted by relevance
11 #define __sparse_cache __attribute__((address_space(__cache))) macro14 #define __sparse_cache macro
75 extern void power_down_cavs(bool disable_lpsram, uint32_t __sparse_cache * hpsram_pg_mask);77 static inline void __sparse_cache *uncache_to_cache(void *address) in uncache_to_cache()79 return (void __sparse_cache *)((uintptr_t)(address) | SRAM_ALIAS_OFFSET); in uncache_to_cache()154 sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) in pm_state_set()
67 (__sparse_force void __sparse_cache *)LP_SRAM_BASE); in soc_start_core()
132 static ALWAYS_INLINE void __sparse_cache *soc_cache_cached_ptr(void *ptr) in soc_cache_cached_ptr()134 return (__sparse_force void __sparse_cache *)z_xtrpoflip((uint32_t) ptr, in soc_cache_cached_ptr()157 static ALWAYS_INLINE void *soc_cache_uncached_ptr(void __sparse_cache *ptr) in soc_cache_uncached_ptr()
150 (sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) \
503 static ALWAYS_INLINE void __sparse_cache *sys_cache_cached_ptr_get(void *ptr) in sys_cache_cached_ptr_get()508 return (__sparse_force void __sparse_cache *)ptr; in sys_cache_cached_ptr_get()528 static ALWAYS_INLINE void *sys_cache_uncached_ptr_get(void __sparse_cache *ptr) in sys_cache_uncached_ptr_get()
25 win = sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in boot_complete()
25 (sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) \
347 void __sparse_cache *arch_cache_cached_ptr_get(void *ptr);350 void *arch_cache_uncached_ptr_get(void __sparse_cache *ptr);
113 buf = sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in winstream_console_init()
1064 arch_dcache_flush_range((__sparse_force void __sparse_cache *)addr, len); in arch_gdb_post_memory_write()1068 arch_icache_invd_range((__sparse_force void __sparse_cache *)addr, len); in arch_gdb_post_memory_write()
264 bmemcpy(sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) in pm_state_imr_restore()
909 (void __sparse_cache *)UINT_TO_POINTER(phys_addr))); in adsp_mm_restore_context()
2565 __sparse_cache= \