Searched refs:__swab64s (Results 1 – 6 of 6) sorted by relevance
78 #define __cpu_to_le64s(x) __swab64s((x))79 #define __le64_to_cpus(x) __swab64s((x))
84 #define __cpu_to_be64s(x) __swab64s((x))85 #define __be64_to_cpus(x) __swab64s((x))
128 #define swab64s __swab64s
91 #define __cpu_to_le64s(x) __swab64s((x))92 #define __le64_to_cpus(x) __swab64s((x))
97 #define __cpu_to_be64s(x) __swab64s((x))98 #define __be64_to_cpus(x) __swab64s((x))
242 static inline void __swab64s(__u64 *p) in __swab64s() function294 # define swab64s __swab64s