be64toh            83 arch/mips/tools/elf-entry.c 			entry = be64toh(hdr.ehdr64.e_entry);
be64toh           330 arch/um/drivers/cow_user.c 		*size_out = be64toh(header->v2.size);
be64toh           344 arch/um/drivers/cow_user.c 		*size_out = be64toh(header->v3.size);
be64toh           375 arch/um/drivers/cow_user.c 		*size_out = be64toh(header->v3_b.size);
be64toh           138 tools/iio/iio_generic_buffer.c 		input = be64toh(input);
be64toh           249 tools/perf/util/s390-cpumsf.c 	unsigned long long word = be64toh(*(unsigned long long *)basicp);
be64toh           261 tools/perf/util/s390-cpumsf.c 	local.ia = be64toh(basicp->ia);
be64toh           262 tools/perf/util/s390-cpumsf.c 	local.gpp = be64toh(basicp->gpp);
be64toh           263 tools/perf/util/s390-cpumsf.c 	local.hpp = be64toh(basicp->hpp);
be64toh           293 tools/perf/util/s390-cpumsf.c 	unsigned long long word = be64toh(*(unsigned long long *)diagp);
be64toh           318 tools/perf/util/s390-cpumsf.c 	return be64toh(ts);
be64toh           327 tools/perf/util/s390-cpumsf.c 	const unsigned long long flags = be64toh(te->flags);
be64toh           336 tools/perf/util/s390-cpumsf.c 	local.overflow = be64toh(te->overflow);
be64toh           337 tools/perf/util/s390-cpumsf.c 	local.clock_base = be64toh(te->progusage[0]) >> 63 & 1;
be64toh           338 tools/perf/util/s390-cpumsf.c 	local.progusage2 = be64toh(te->progusage2);
be64toh           556 tools/perf/util/s390-cpumsf.c 	clock_base = be64toh(te->progusage[0]) >> 63 & 0x1;
be64toh           557 tools/perf/util/s390-cpumsf.c 	progusage2 = be64toh(te->progusage[1]);