__be64_to_cpu
#define be64_to_cpu(x) (u64)__be64_to_cpu((u64)(x))
#define be64_to_cpup(x) (u64)__be64_to_cpu(*(const u64*)(x))
#define sbe64_to_cpu(x) (s64)__be64_to_cpu((s64)(x))
#define sbe64_to_cpup(x) (s64)__be64_to_cpu(*(s64*)(x))