Lines Matching refs:dmb
47 * Options for DMB and DSB:
62 #define dmb(opt) __asm __volatile("dmb " __STRING(opt) : : : "memory")
70 #define dmb(opt) \
79 #define dma_r_r() dmb(oshld) // actually r_rw
80 #define dma_w_w() dmb(oshst)
81 #define dma_rw_w() dmb(osh) // actually rw_rw
83 #define dma_r_r() dmb(osh) // actually rw_rw
84 #define dma_w_w() dmb(oshst)
85 #define dma_rw_w() dmb(osh) // actually rw_rw