Searched defs:__raw_readq (Results 1 – 11 of 11) sorted by relevance
89 #define __raw_readq(a) readq(a) macro
155 static inline unsigned long long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
114 u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
36 #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) macro
50 static inline unsigned long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
145 #define __raw_readq readq macro
451 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
86 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
388 #define __raw_readq readq macro
296 #define __raw_readq(__addr) (_raw_readq((unsigned long)(__addr))) macro
316 static inline unsigned long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function