Lines Matching refs:__iowmb
52 #define __iowmb() wmb() macro
55 #define __iowmb() __comp_b() macro
86 #define __raw_writeb(v, c) ({ __iowmb(); __arch_putb(v, c); })
87 #define __raw_writew(v, c) ({ __iowmb(); __arch_putw(v, c); })
88 #define __raw_writel(v, c) ({ __iowmb(); __arch_putl(v, c); })
89 #define __raw_writeq(v, c) ({ __iowmb(); __arch_putq(v, c); })
102 __iowmb(); in __raw_writesb()
113 __iowmb(); in __raw_writesw()
124 __iowmb(); in __raw_writesl()
192 #define writeb(v, c) ({ __iowmb(); writeb_relaxed(v, c); })
193 #define writew(v, c) ({ __iowmb(); writew_relaxed(v, c); })
194 #define writel(v, c) ({ __iowmb(); writel_relaxed(v, c); })
195 #define writeq(v, c) ({ __iowmb(); writeq_relaxed(v, c); })