Searched refs:__swab64p (Results 1 – 3 of 3) sorted by relevance
45 return (__le64)__swab64p(p); in __cpu_to_le64p()49 return __swab64p((__u64 *)p); in __le64_to_cpup()
69 return (__be64)__swab64p(p); in __cpu_to_be64p()73 return __swab64p((__u64 *)p); in __be64_to_cpup()
199 static __inline__ __u64 __swab64p(const __u64 *x) in __swab64p() function