Home
last modified time | relevance | path

Searched defs:cpu_to_be64 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dof.h34 #define cpu_to_be64(x) swab64(x) macro
41 #define cpu_to_be64(x) (x) macro
/openbmc/linux/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c11 #define cpu_to_be64(x) bswap_64(x) macro
16 #define cpu_to_be64(x) (x) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h79 #define cpu_to_be64 macro
92 #define cpu_to_be64 bswap_64 macro
/openbmc/u-boot/include/
H A Dcompiler.h102 # define cpu_to_be64(x) uswap_64(x) macro
115 # define cpu_to_be64(x) (x) macro
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom.h95 static inline uint64_t cpu_to_be64(uint64_t x) in cpu_to_be64() function
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64 macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64 macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c143 #define cpu_to_be64(val) bswap_64(val) macro
158 #define cpu_to_be64(val) (val) macro
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c68 static inline beint64_t cpu_to_be64(uint64_t native) in cpu_to_be64() function