Home
last modified time | relevance | path

Searched refs:__sparse_cache (Results 1 – 14 of 14) sorted by relevance

/Zephyr-4.2.1/include/zephyr/debug/
Dsparse.h11 #define __sparse_cache __attribute__((address_space(__cache))) macro
14 #define __sparse_cache macro
/Zephyr-4.2.1/soc/intel/intel_adsp/cavs/
Dpower.c75 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()
Dmultiprocessing.c67 (__sparse_force void __sparse_cache *)LP_SRAM_BASE); in soc_start_core()
/Zephyr-4.2.1/soc/intel/intel_adsp/common/include/
Dsoc_cache.h132 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()
Dadsp_debug_window.h150 (sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) \
/Zephyr-4.2.1/include/zephyr/
Dcache.h503 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()
/Zephyr-4.2.1/soc/intel/intel_adsp/common/
Dboot_complete.c25 win = sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in boot_complete()
Ddebug_window.c25 (sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) \
/Zephyr-4.2.1/include/zephyr/arch/
Dcache.h347 void __sparse_cache *arch_cache_cached_ptr_get(void *ptr);
350 void *arch_cache_uncached_ptr_get(void __sparse_cache *ptr);
/Zephyr-4.2.1/drivers/console/
Dwinstream_console.c113 buf = sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in winstream_console_init()
/Zephyr-4.2.1/arch/xtensa/core/
Dgdbstub.c1064 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()
/Zephyr-4.2.1/soc/intel/intel_adsp/ace/
Dpower.c264 bmemcpy(sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) in pm_state_imr_restore()
/Zephyr-4.2.1/drivers/mm/
Dmm_drv_intel_adsp_mtl_tlb.c909 (void __sparse_cache *)UINT_TO_POINTER(phys_addr))); in adsp_mm_restore_context()
/Zephyr-4.2.1/doc/
Dzephyr.doxyfile.in2565 __sparse_cache= \