__constant_be64_to_cpu   79 include/linux/byteorder.h #define __constant_be64_to_cpu(x) __be64_to_cpu(x)
__constant_be64_to_cpu   25 include/linux/byteorder/big_endian.h #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))
__constant_be64_to_cpu   25 include/linux/byteorder/little_endian.h #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))