Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
Dof.h
/openbmc/linux/tools/include/linux/
Dkernel.h
/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/
Dgeneric.h
/openbmc/linux/arch/mips/boot/tools/
Drelocs.c
/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