Searched defs:__raw_readq (Results 1 – 9 of 9) sorted by relevance
49 #define __raw_readq __raw_readq macro
73 #define __raw_readq __raw_readq macro74 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
87 #define __raw_readq __raw_readq macro88 static __always_inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
72 #define __raw_readq zpci_read_u64 macro
57 #define __raw_readq __raw_readq macro58 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
273 #define __raw_readq __raw_readq macro488 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
138 u64 __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
509 #define __raw_readq(__reg) (*(volatile u64 __force *)(__reg)) macro