Home
last modified time | relevance | path

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

/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/tests/boards/intel_adsp/smoke/src/
Dcpus.c89 zassert_not_equal(&tag, sys_cache_uncached_ptr_get((void *)&tag), in core_smoke()
93 zassert_equal(&static_tag, sys_cache_uncached_ptr_get((void *)&static_tag), in core_smoke()
99 volatile int *utag = (volatile int *)sys_cache_uncached_ptr_get((void *)&tag); in core_smoke()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp_debug_window.h78 (sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) \
/Zephyr-latest/tests/boards/intel_adsp/cache/src/
Dmain.c16 uncached = sys_cache_uncached_ptr_get(cached); in ZTEST()
/Zephyr-latest/drivers/ipm/
Dipm_cavs_host.c53 uint32_t *buf = (uint32_t *)sys_cache_uncached_ptr_get( in send()
113 uint32_t *msg = sys_cache_uncached_ptr_get((void *)mw1_config->mem_base); in ipc_handler()
/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/arch/xtensa/core/
Dptables.c261 map_memory_range(POINTER_TO_UINT(sys_cache_uncached_ptr_get((void *)start)), in map_memory()
262 POINTER_TO_UINT(sys_cache_uncached_ptr_get((void *)end)), attrs); in map_memory()
411 vaddr_uc = sys_cache_uncached_ptr_get(va); in __arch_mem_map()
419 paddr_uc = (uintptr_t)sys_cache_uncached_ptr_get((void *)pa); in __arch_mem_map()
586 vaddr_uc = sys_cache_uncached_ptr_get(va); in __arch_mem_unmap()
889 va_uc = (uintptr_t)sys_cache_uncached_ptr_get((void *)start); in update_region()
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dmultiprocessing.c66 void **lpsram = sys_cache_uncached_ptr_get( in soc_start_core()
Dpower.c155 sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *) in pm_state_set()
/Zephyr-latest/include/zephyr/
Dcache.h536 static ALWAYS_INLINE void *sys_cache_uncached_ptr_get(void __sparse_cache *ptr) in sys_cache_uncached_ptr_get() function
/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.c903 POINTER_TO_UINT(sys_cache_uncached_ptr_get( in adsp_mm_restore_context()