Searched refs:__be64_to_cpu (Results 1 – 5 of 5) sorted by relevance
93 #define be64_to_cpu __be64_to_cpu
179 u64 orig_low = __be64_to_cpu(*low_be); in add_to_ctr()185 *high_be = __cpu_to_be64(__be64_to_cpu(*high_be) + 1); in add_to_ctr()
38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
169 pte = __be64_to_cpu(rpte); in kvmppc_mmu_walk_radix_tree()