Searched defs:__raw_readq (Results 1 – 13 of 13) sorted by relevance
72 #define __raw_readq __raw_readq macro73 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
95 #define __raw_readq __raw_readq macro96 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
72 #define __raw_readq zpci_read_u64 macro
56 #define __raw_readq __raw_readq macro57 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
103 #define __raw_readq __readq macro
148 static inline unsigned long long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
37 #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) macro
121 u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
99 #define __raw_readq __raw_readq macro100 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
446 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
327 static inline unsigned long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
500 #define __raw_readq(__reg) (*(volatile u64 __force *)(__reg)) macro
105 #define __raw_readq(a) __arch_getq(a) macro