Symbol: be64toh
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
154
#define elf64toh(x) be64toh(x)
arch/mips/tools/elf-entry.c
87
entry = be64toh(hdr.ehdr64.e_entry);
arch/um/drivers/cow_user.c
331
*size_out = be64toh(header->v2.size);
arch/um/drivers/cow_user.c
345
*size_out = be64toh(header->v3.size);
arch/um/drivers/cow_user.c
376
*size_out = be64toh(header->v3_b.size);
tools/iio/iio_generic_buffer.c
151
input = be64toh(input);
tools/perf/util/s390-cpumsf.c
250
unsigned long long word = be64toh(*(unsigned long long *)basicp);
tools/perf/util/s390-cpumsf.c
262
local.ia = be64toh(basicp->ia);
tools/perf/util/s390-cpumsf.c
263
local.gpp = be64toh(basicp->gpp);
tools/perf/util/s390-cpumsf.c
264
local.hpp = be64toh(basicp->hpp);
tools/perf/util/s390-cpumsf.c
294
unsigned long long word = be64toh(*(unsigned long long *)diagp);
tools/perf/util/s390-cpumsf.c
319
return be64toh(ts);
tools/perf/util/s390-cpumsf.c
328
const unsigned long long flags = be64toh(te->flags);
tools/perf/util/s390-cpumsf.c
337
local.overflow = be64toh(te->overflow);
tools/perf/util/s390-cpumsf.c
338
local.clock_base = be64toh(te->progusage[0]) >> 63 & 1;
tools/perf/util/s390-cpumsf.c
339
local.progusage2 = be64toh(te->progusage2);
tools/perf/util/s390-cpumsf.c
559
clock_base = be64toh(te->progusage[0]) >> 63 & 0x1;
tools/perf/util/s390-cpumsf.c
560
progusage2 = be64toh(te->progusage[1]);
tools/testing/selftests/bpf/xdp_features.c
608
advertised_feature = be64toh(advertised_feature);
tools/testing/selftests/powerpc/nx-gzip/include/nxu.h
434
#define get64(ST, REG) (be64toh(ST.REG))
tools/testing/selftests/powerpc/nx-gzip/include/nxu.h
435
#define getp64(ST, REG) (be64toh((ST)->REG))