Searched defs:readq (Results 1 – 6 of 6) sorted by relevance
392 #define readq readq in BUILDIO_MEM() macro
190 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(); __v; }) 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
128 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro
Completed in 24 milliseconds