Searched refs:dma_mb (Results 1 – 3 of 3) sorted by relevance
42 #define dma_mb() do { kcsan_mb(); __dma_mb(); } while (0) macro72 #ifndef dma_mb73 #define dma_mb() mb() macro
118 #define __iomb() dma_mb()
1909 (*) dma_mb();1941 can see it now has ownership. The dma_mb() implies both a dma_rmb() and