Searched defs:writeq (Results 1 – 5 of 5) sorted by relevance
392 #define writeq writeq in BUILDIO_MEM() macro
72 #define writeq(b, addr) (*(volatile u64 *)(addr) = (b)) macro
61 #define writeq(v, addr) sandbox_write((void *)addr, v, SB_SIZE_64) macro
89 static inline void writeq(u64 val, volatile void __iomem *addr) in writeq() function
119 #define writeq(v,c) ({ u64 __v = v; __iowmb(); __arch_putq(__v,c); __v; }) macro