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

/linux-master/arch/powerpc/boot/
H A Dof.h33 #define be32_to_cpu(x) swab32(x) macro
40 #define be32_to_cpu(x) (x) macro
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c9 #define be32_to_cpu(x) bswap_32(x) macro
14 #define be32_to_cpu(x) (x) macro
/linux-master/tools/include/linux/
H A Dkernel.h81 #define be32_to_cpu macro
94 #define be32_to_cpu bswap_32 macro
/linux-master/include/linux/byteorder/
H A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu macro
/linux-master/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c25 #define be32_to_cpu(x) bswap_32(x) macro
28 #define be32_to_cpu(x) (x) macro
/linux-master/arch/s390/tools/
H A Drelocs.c67 #define be32_to_cpu(val) bswap_32(val) macro
76 #define be32_to_cpu(val) (val) macro
/linux-master/arch/mips/boot/tools/
H A Drelocs.c135 #define be32_to_cpu(val) bswap_32(val) macro
150 #define be32_to_cpu(val) (val) macro

Completed in 136 milliseconds