Searched refs:be64toh (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/tools/
H A Delf-entry.c16 # define be64toh(x) bswap_64(x) macro
21 # define be64toh(x) (x) macro
87 entry = be64toh(hdr.ehdr64.e_entry);
/linux-master/tools/perf/util/
H A Ds390-cpumsf.c250 unsigned long long word = be64toh(*(unsigned long long *)basicp);
262 local.ia = be64toh(basicp->ia);
263 local.gpp = be64toh(basicp->gpp);
264 local.hpp = be64toh(basicp->hpp);
294 unsigned long long word = be64toh(*(unsigned long long *)diagp);
319 return be64toh(ts);
328 const unsigned long long flags = be64toh(te->flags);
337 local.overflow = be64toh(te->overflow);
338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1;
339 local.progusage2 = be64toh(t
[all...]
/linux-master/arch/um/drivers/
H A Dcow_user.c331 *size_out = be64toh(header->v2.size);
345 *size_out = be64toh(header->v3.size);
369 * Additionally, we must use be32toh() instead of be64toh(), since
376 *size_out = be64toh(header->v3_b.size);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h434 #define get64(ST, REG) (be64toh(ST.REG))
435 #define getp64(ST, REG) (be64toh((ST)->REG))
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c151 #define elf64toh(x) be64toh(x)
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c607 advertised_feature = be64toh(advertised_feature);
/linux-master/tools/iio/
H A Diio_generic_buffer.c151 input = be64toh(input);

Completed in 307 milliseconds