Searched refs:__swab64s (Results 1 – 4 of 4) sorted by relevance
97 #define __cpu_to_be64s(x) __swab64s((x))98 #define __be64_to_cpus(x) __swab64s((x))
91 #define __cpu_to_le64s(x) __swab64s((x))92 #define __le64_to_cpus(x) __swab64s((x))
18 # define swab64s __swab64s
248 static inline void __swab64s(__u64 *p) in __swab64s() function