Searched defs:cpu_to_be64 (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dof.h34 #define cpu_to_be64(x) swab64(x) macro
41 #define cpu_to_be64(x) (x) macro
/linux-master/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
/linux-master/tools/include/linux/
H A Dkernel.h79 #define cpu_to_be64 macro
92 #define cpu_to_be64 bswap_64 macro
/linux-master/include/linux/byteorder/
H A Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64 macro
/linux-master/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

Completed in 135 milliseconds