Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dsparse.h11 #define __sparse_cache __attribute__((address_space(__cache))) macro
14 #define __sparse_cache macro
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dpower.c76 extern void power_down_cavs(bool disable_lpsram, uint32_t __sparse_cache * hpsram_pg_mask);
78 static inline void __sparse_cache *uncache_to_cache(void *address) in uncache_to_cache()
80 return (void __sparse_cache *)((uintptr_t)(address) | SRAM_ALIAS_OFFSET); in uncache_to_cache()
155 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-latest/include/zephyr/
Dcache.h511 static ALWAYS_INLINE void __sparse_cache *sys_cache_cached_ptr_get(void *ptr) in sys_cache_cached_ptr_get()
516 return (__sparse_force void __sparse_cache *)ptr; in sys_cache_cached_ptr_get()
536 static ALWAYS_INLINE void *sys_cache_uncached_ptr_get(void __sparse_cache *ptr) in sys_cache_uncached_ptr_get()
/Zephyr-latest/include/zephyr/arch/
Dcache.h345 void __sparse_cache *arch_cache_cached_ptr_get(void *ptr);
348 void *arch_cache_uncached_ptr_get(void __sparse_cache *ptr);
/Zephyr-latest/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()
/Zephyr-latest/include/zephyr/arch/xtensa/
Dcache.h277 static inline void __sparse_cache *arch_cache_cached_ptr_get(void *ptr) in arch_cache_cached_ptr_get()
279 return (__sparse_force void __sparse_cache *)z_xtrpoflip((uint32_t) ptr, in arch_cache_cached_ptr_get()
302 static inline void *arch_cache_uncached_ptr_get(void __sparse_cache *ptr) in arch_cache_uncached_ptr_get()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp_debug_window.h78 (sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) \
/Zephyr-latest/drivers/console/
Dwinstream_console.c71 sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in winstream_console_init()
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dpower.c263 bmemcpy(sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) in pm_state_imr_restore()
/Zephyr-latest/drivers/mm/
Dmm_drv_intel_adsp_mtl_tlb.c904 (void __sparse_cache *)UINT_TO_POINTER(phys_addr))); in adsp_mm_restore_context()
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2515 __sparse_cache= \