Searched refs:__sparse_cache (Results 1 – 9 of 9) sorted by relevance
11 #define __sparse_cache __attribute__((address_space(__cache))) macro14 #define __sparse_cache macro
163 static inline void __sparse_cache *arch_xtensa_cached_ptr(void *ptr) in arch_xtensa_cached_ptr()165 return (__sparse_force void __sparse_cache *)z_xtrpoflip((uint32_t) ptr, in arch_xtensa_cached_ptr()188 static inline void *arch_xtensa_uncached_ptr(void __sparse_cache *ptr) in arch_xtensa_uncached_ptr()
68 static inline void __sparse_cache *uncache_to_cache(void *address) in uncache_to_cache()70 return (void __sparse_cache *)((uintptr_t)(address) | SRAM_ALIAS_OFFSET); in uncache_to_cache()
64 void **lpsram = z_soc_uncached_ptr((__sparse_force void __sparse_cache *)LP_SRAM_BASE); in soc_start_core()
24 win = z_soc_uncached_ptr((__sparse_force void __sparse_cache *)config->mem_base); in boot_complete()
70 (z_soc_uncached_ptr((__sparse_force void __sparse_cache *) \
58 arch_xtensa_uncached_ptr((__sparse_force void __sparse_cache *)config->mem_base); in winstream_console_init()
203 bmemcpy(z_soc_uncached_ptr((__sparse_force void __sparse_cache *) in pm_state_imr_restore()
776 (void __sparse_cache *)UINT_TO_POINTER(phys_addr))); in adsp_mm_restore_context()