Searched defs:__raw_readq (Results 1 – 12 of 12) sorted by relevance
82 #define __raw_readq __raw_readq macro83 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
68 #define __raw_readq zpci_read_u64 macro
86 #define __raw_readq __raw_readq macro87 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
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
158 static inline unsigned long long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
38 #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) macro
115 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
449 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
328 static inline unsigned long __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
494 #define __raw_readq(__reg) (*(volatile u64 __force *)(__reg)) macro