Searched defs:__be64_to_cpup (Results 1 – 4 of 4) sorted by relevance
71 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup() function
73 #define __be64_to_cpup(x) __swab64p((x)) macro
73 #define __be64_to_cpup(x) (*(__u64 *)(x)) macro