Searched refs:cpu_to_be32 (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/powerpc/syscalls/ |
D | rtas_filter.c | 23 #define cpu_to_be32(x) bswap_32(x) macro 26 #define cpu_to_be32(x) (x) macro 187 args.token = cpu_to_be32(token); in rtas_call() 188 args.nargs = cpu_to_be32(nargs); in rtas_call() 189 args.nret = cpu_to_be32(nrets); in rtas_call() 251 rc = rtas_call("ibm,get-system-parameter", 3, 1, 0, cpu_to_be32(rmo_start), in test() 252 cpu_to_be32(rmo_end - rmo_start + 1), rets); in test() 259 rc = rtas_call("ibm,get-system-parameter", 3, 1, 0, cpu_to_be32(rmo_end + 1), in test() 260 cpu_to_be32(4000), rets); in test() 267 rc = rtas_call("ibm,get-system-parameter", 3, 1, 0, cpu_to_be32(rmo_start), in test() [all …]
|
/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 8 #define cpu_to_be32(x) bswap_32(x) macro 13 #define cpu_to_be32(x) (x) macro
|
/tools/include/linux/ |
D | kernel.h | 87 #define cpu_to_be32 macro 100 #define cpu_to_be32 bswap_32 macro
|