Searched defs:readq (Results 1 – 5 of 5) sorted by relevance
391 #define readq readq in BUILDIO_MEM() macro
63 #define readq(addr) (*(volatile u64 *)(uintptr_t)(addr)) macro
55 #define readq(addr) sandbox_read((const void *)addr, SB_SIZE_64) macro
122 static inline u64 readq(const volatile void __iomem *addr) in readq() function
124 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro