Searched refs:__swab64s (Results 1 – 6 of 6) sorted by relevance
139 static __inline__ void __swab64s(__u64 *addr) in __swab64s() function153 #define swab64s __swab64s
99 #define __cpu_to_be64s(x) __swab64s((x))100 #define __be64_to_cpus(x) __swab64s((x))
93 #define __cpu_to_le64s(x) __swab64s((x))94 #define __le64_to_cpus(x) __swab64s((x))
98 #define __cpu_to_be64s(x) __swab64s((x))99 #define __be64_to_cpus(x) __swab64s((x))
92 #define __cpu_to_le64s(x) __swab64s((x))93 #define __le64_to_cpus(x) __swab64s((x))
255 static __always_inline void __swab64s(__u64 *p) in __swab64s() function