Home
last modified time | relevance | path

Searched refs:__be64_to_cpu (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h135 #define crb_csb_addr(c) __be64_to_cpu(c->csb_addr)
136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr)
/linux-6.15/include/linux/byteorder/
H A Dgeneric.h93 #define be64_to_cpu __be64_to_cpu
/linux-6.15/drivers/crypto/bcm/
H A Dutil.c179 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()
/linux-6.15/include/uapi/linux/byteorder/
H A Dbig_endian.h39 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
H A Dlittle_endian.h39 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
/linux-6.15/tools/testing/selftests/net/
H A Dioam6_parser.c534 raw64 = __be64_to_cpu(*((__u64 *)p)); in check_data()
552 if (__be64_to_cpu(*((__u64 *)p)) != cnf.ns_wide) in check_data()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c187 pte = __be64_to_cpu(rpte); in kvmppc_mmu_walk_radix_tree()