Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dof.h35 #define be64_to_cpu(x) swab64(x) macro
42 #define be64_to_cpu(x) (x) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h82 #define be64_to_cpu macro
95 #define be64_to_cpu bswap_64 macro
/openbmc/u-boot/include/
H A Dcompiler.h105 # define be64_to_cpu(x) uswap_64(x) macro
118 # define be64_to_cpu(x) (x) macro
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h93 #define be64_to_cpu __be64_to_cpu macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h93 #define be64_to_cpu __be64_to_cpu macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c136 #define be64_to_cpu(val) bswap_64(val) macro
151 #define be64_to_cpu(val) (val) macro
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c77 static inline uint64_t be64_to_cpu(beint64_t be_val) in be64_to_cpu() function