Home
last modified time | relevance | path

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

/include/linux/
A Dlibfdt_env.h24 #define fdt64_to_cpu(x) be64_to_cpu(x)
/include/
A Dcompiler.h107 # define be64_to_cpu(x) uswap_64(x) macro
120 # define be64_to_cpu(x) (x) macro
A Dzfs_common.h47 #define zfs_to_cpu64(x, a) (((a) == BIG_ENDIAN) ? be64_to_cpu(x) \
A Dfdtdec.h35 #define fdt_addr_to_cpu(reg) be64_to_cpu(reg)
36 #define fdt_size_to_cpu(reg) be64_to_cpu(reg)
A Dvirtio.h412 return be64_to_cpu((__force __be64)val); in __virtio64_to_cpu()
/include/linux/byteorder/
A Dgeneric.h93 #define be64_to_cpu __be64_to_cpu macro
188 *var = cpu_to_be64(be64_to_cpu(*var) + val); in be64_add_cpu()
/include/asm-generic/
A Dunaligned.h62 return be64_to_cpu(__get_unaligned_t(__be64, p)); in get_unaligned_be64()

Completed in 11 milliseconds