Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dbarrier.h42 #define dma_mb() do { kcsan_mb(); __dma_mb(); } while (0) macro
72 #ifndef dma_mb
73 #define dma_mb() mb() macro
/linux/arch/arm64/include/asm/
A Dio.h122 #define __iomb() dma_mb()
/linux/Documentation/translations/ko_KR/
A Dmemory-barriers.txt1877 (*) dma_mb();
1908 가졌음을 보기 전에 디스크립터에 데이터가 쓰였을 것을 보장합니다. dma_mb()
/linux/Documentation/
A Dmemory-barriers.txt1916 (*) dma_mb();
1951 can see it now has ownership. The dma_mb() implies both a dma_rmb() and
/linux/Documentation/translations/sp_SP/
A Dmemory-barriers.txt1994 (*) dma_mb();
2027 que el dispositivo pueda ver que ahora tiene la propiedad. El dma_mb()

Completed in 21 milliseconds