Home
last modified time | relevance | path

Searched full:coherent (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/gpio/
Dmikro-bus.yaml28 Board's silkscreen may vary depending on your board, but coherent with
/Zephyr-Core-3.5.0/tests/boards/intel_adsp/hda/src/
Dsmoke.c65 zassert_false(arch_mem_coherent(hda_buf), "Buffer is unexpectedly coherent!"); in ZTEST()
174 zassert_false(arch_mem_coherent(hda_buf), "Buffer is unexpectedly coherent!"); in ZTEST()
Ddma.c66 zassert_false(arch_mem_coherent(dma_buf), "Buffer is unexpectedly coherent!"); in ZTEST()
212 zassert_false(arch_mem_coherent(dma_buf), "Buffer is unexpectedly coherent!"); in test_hda_host_out_dma()
/Zephyr-Core-3.5.0/arch/xtensa/
DKconfig80 and a coherent "shared" area.
/Zephyr-Core-3.5.0/tests/kernel/spinlock/src/
Dspinlock_error_case.c23 * in coherent (uncached) memory is done and asserted on. Spin locks placed
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dwinstream.h39 * operations to it must be coherent and consistently ordered.
/Zephyr-Core-3.5.0/kernel/
DKconfig1179 bool "Place all shared data into coherent memory"
1185 where all shared data is placed in multiprocessor-coherent
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_stack/src/
Dmain.c464 /* Stacks on coherence platforms aren't coherent, and in ZTEST()
/Zephyr-Core-3.5.0/drivers/dma/
Ddma_intel_adsp_gpdma.c228 * sure the cache is coherent between DSP and DMAC. in intel_adsp_gpdma_copy()
/Zephyr-Core-3.5.0/tests/benchmarks/mbedtls/src/
Dbenchmark.c113 /* Work synchronization objects must be in cache-coherent memory,
/Zephyr-Core-3.5.0/include/zephyr/
Dkernel.h3374 * must be allocated in coherent memory.
3426 * must be allocated in coherent memory.
3732 * must be allocated in coherent memory.
3783 * must be allocated in coherent memory.
3972 * coherent memory; see arch_mem_coherent(). The stack on these architectures
3973 * is generally not coherent. be stack-allocated. Violations are detected by
/Zephyr-Core-3.5.0/arch/arm64/core/
Dmmu.c582 /* Access to Device memory and non-cacheable memory are coherent in get_region_desc()
/Zephyr-Core-3.5.0/tests/kernel/workq/work/src/
Dmain.c52 /* Work synchronization objects must be in cache-coherent memory,