Home
last modified time | relevance | path

Searched refs:arch_mem_coherent (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/boards/intel_adsp/hda/src/
Dsmoke.c62 zassert_true(arch_mem_coherent(hda_buf), "Buffer is unexpectedly incoherent!"); in ZTEST()
65 zassert_false(arch_mem_coherent(hda_buf), "Buffer is unexpectedly coherent!"); in ZTEST()
169 zassert_true(arch_mem_coherent(hda_buf), "Buffer is unexpectedly incoherent!"); in ZTEST()
174 zassert_false(arch_mem_coherent(hda_buf), "Buffer is unexpectedly coherent!"); in ZTEST()
Ddma.c63 zassert_true(arch_mem_coherent(dma_buf), "Buffer is unexpectedly incoherent!"); in ZTEST()
66 zassert_false(arch_mem_coherent(dma_buf), "Buffer is unexpectedly coherent!"); in ZTEST()
207 zassert_true(arch_mem_coherent(dma_buf), "Buffer is unexpectedly incoherent!"); in test_hda_host_out_dma()
212 zassert_false(arch_mem_coherent(dma_buf), "Buffer is unexpectedly coherent!"); in test_hda_host_out_dma()
/Zephyr-latest/kernel/
Dspinlock_validate.c45 return arch_mem_coherent((void *)l); in z_spin_lock_mem_coherent()
Dwork.c463 __ASSERT_NO_MSG(arch_mem_coherent(sync)); in k_work_flush()
575 __ASSERT_NO_MSG(arch_mem_coherent(sync)); in k_work_cancel_sync()
1103 __ASSERT_NO_MSG(arch_mem_coherent(sync)); in k_work_cancel_delayable_sync()
1135 __ASSERT_NO_MSG(arch_mem_coherent(sync)); in k_work_flush_delayable()
Dtimeout.c107 __ASSERT_NO_MSG(arch_mem_coherent(to)); in z_add_timeout()
Dthread.c553 __ASSERT_NO_MSG(arch_mem_coherent(new_thread)); in z_setup_new_thread()
559 __ASSERT_NO_MSG(!arch_mem_coherent(stack)); in z_setup_new_thread()
Dinit.c541 __ASSERT_NO_MSG(arch_mem_coherent(&_kernel)); in bg_thread_main()
Dsched.c376 __ASSERT_NO_MSG(arch_mem_coherent(thread)); in ready_thread()
587 __ASSERT_NO_MSG(wait_q == NULL || arch_mem_coherent(wait_q)); in pend_locked()
/Zephyr-latest/include/zephyr/arch/xtensa/
Darch.h165 static inline bool arch_mem_coherent(void *ptr) in arch_mem_coherent() function
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h890 static inline bool arch_mem_coherent(void *ptr) in arch_mem_coherent() function
/Zephyr-latest/arch/
DKconfig711 arch_mem_coherent() API and can link into incoherent/cached