Searched defs:cpu_to_be32 (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dof.h32 #define cpu_to_be32(x) swab32(x) macro
39 #define cpu_to_be32(x) (x) macro
H A Dxz_config.h23 #define cpu_to_be32(x) swab32(x) macro
30 #define cpu_to_be32(x) (x) macro
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c8 #define cpu_to_be32(x) bswap_32(x) macro
13 #define cpu_to_be32(x) (x) macro
/linux-master/tools/include/linux/
H A Dkernel.h78 #define cpu_to_be32 macro
91 #define cpu_to_be32 bswap_32 macro
/linux-master/include/linux/byteorder/
H A Dgeneric.h94 #define cpu_to_be32 __cpu_to_be32 macro
/linux-master/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c24 #define cpu_to_be32(x) bswap_32(x) macro
27 #define cpu_to_be32(x) (x) macro
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs.c142 #define cpu_to_be32(val) bswap_32(val) macro
157 #define cpu_to_be32(val) (val) macro

Completed in 612 milliseconds