Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/boot/
Dof.h34 #define cpu_to_be64(x) swab64(x) macro
41 #define cpu_to_be64(x) (x) macro
/linux-5.19.10/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c11 #define cpu_to_be64(x) bswap_64(x) macro
16 #define cpu_to_be64(x) (x) macro
/linux-5.19.10/tools/include/linux/
Dkernel.h78 #define cpu_to_be64 macro
91 #define cpu_to_be64 bswap_64 macro
/linux-5.19.10/arch/mips/boot/tools/
Drelocs.c143 #define cpu_to_be64(val) bswap_64(val) macro
158 #define cpu_to_be64(val) (val) macro
/linux-5.19.10/include/linux/byteorder/
Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64 macro