Searched refs:__swab64s (Results 1 – 4 of 4) sorted by relevance
20 # define swab64s __swab64s
93 #define __cpu_to_le64s(x) __swab64s((x))94 #define __le64_to_cpus(x) __swab64s((x))
99 #define __cpu_to_be64s(x) __swab64s((x))100 #define __be64_to_cpus(x) __swab64s((x))
265 static __always_inline void __swab64s(__u64 *p) in __swab64s() function