Searched defs:__raw_readq (Results 1 – 10 of 10) 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
450 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
145 #define __raw_readq readq macro
387 #define __raw_readq readq macro
295 #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