Searched refs:__swab64s (Results 1 – 4 of 4) sorted by relevance
46 #define __cpu_to_le64s(x) __swab64s((x))47 #define __le64_to_cpus(x) __swab64s((x))
52 #define __cpu_to_be64s(x) __swab64s((x))53 #define __be64_to_cpus(x) __swab64s((x))
43 __swab64s(&sval64); in TEST()
99 static __always_inline void __swab64s(__u64 * p) { in __swab64s() function