Home
last modified time | relevance | path

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

/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/qemu/tests/tcg/multiarch/
H A Dsha512.c68 static inline beint64_t cpu_to_be64(uint64_t native) in cpu_to_be64() function