Home
last modified time | relevance | path

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

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