Searched refs:__swab64 (Results 1 – 3 of 3) sorted by relevance
51 #define __cpu_to_le64(x) ((__force __le64) __swab64((x)))52 #define __le64_to_cpu(x) __swab64((__force __u64) (__le64) (x))
59 #define __cpu_to_be64(x) ((__force __be64) __swab64((x)))60 #define __be64_to_cpu(x) __swab64((__force __u64) (__be64) (x))
57 #define __swab64(x) (__builtin_constant_p((__u64) (x)) ? ___constant_swab64(x) : __fswab64(x)) macro