Searched refs:__swab64s (Results 1 – 3 of 3) sorted by relevance
65 #define __cpu_to_le64s(x) __swab64s((x))66 #define __le64_to_cpus(x) __swab64s((x))
73 #define __cpu_to_be64s(x) __swab64s((x))74 #define __be64_to_cpus(x) __swab64s((x))
215 static __inline__ void __swab64s(__u64 *addr) in __swab64s() function233 #define swab64s __swab64s