Searched refs:__swab64s (Results 1 – 4 of 4) sorted by relevance
63 #define __cpu_to_be64s(x) __swab64s((x))64 #define __be64_to_cpus(x) __swab64s((x))
57 #define __cpu_to_le64s(x) __swab64s((x))58 #define __le64_to_cpus(x) __swab64s((x))
43 __swab64s(&sval64); in TEST()
107 static __always_inline void __swab64s(__u64 * p) { in __swab64s() function