Searched refs:arch_mem_coherent (Results 1 – 11 of 11) sorted by relevance
62 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()
63 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()
45 return arch_mem_coherent((void *)l); in z_spin_lock_mem_coherent()
463 __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()
107 __ASSERT_NO_MSG(arch_mem_coherent(to)); in z_add_timeout()
553 __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()
541 __ASSERT_NO_MSG(arch_mem_coherent(&_kernel)); in bg_thread_main()
376 __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()
165 static inline bool arch_mem_coherent(void *ptr) in arch_mem_coherent() function
890 static inline bool arch_mem_coherent(void *ptr) in arch_mem_coherent() function
711 arch_mem_coherent() API and can link into incoherent/cached