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

/linux-4.1.27/arch/powerpc/boot/
H A Dof.h31 #define cpu_to_be64(x) swab64(x) macro
38 #define cpu_to_be64(x) (x) macro
/linux-4.1.27/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c10 #define cpu_to_be64(x) bswap_64(x) macro
15 #define cpu_to_be64(x) (x) macro
/linux-4.1.27/include/linux/byteorder/
H A Dgeneric.h91 #define cpu_to_be64 __cpu_to_be64 macro

Completed in 136 milliseconds