Home
last modified time | relevance | path

Searched refs:dma_mb (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/asm-generic/
Dbarrier.h42 #define dma_mb() do { kcsan_mb(); __dma_mb(); } while (0) macro
72 #ifndef dma_mb
73 #define dma_mb() mb() macro
/Linux-v6.1/arch/arm64/include/asm/
Dio.h118 #define __iomb() dma_mb()
/Linux-v6.1/Documentation/
Dmemory-barriers.txt1909 (*) dma_mb();
1941 can see it now has ownership. The dma_mb() implies both a dma_rmb() and