Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/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); in main()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ds390-cpumsf.c249 unsigned long long word = be64toh(*(unsigned long long *)basicp); in s390_cpumsf_basic_show()
261 local.ia = be64toh(basicp->ia); in s390_cpumsf_basic_show()
262 local.gpp = be64toh(basicp->gpp); in s390_cpumsf_basic_show()
263 local.hpp = be64toh(basicp->hpp); in s390_cpumsf_basic_show()
293 unsigned long long word = be64toh(*(unsigned long long *)diagp); in s390_cpumsf_diag_show()
318 return be64toh(ts); in trailer_timestamp()
327 const unsigned long long flags = be64toh(te->flags); in s390_cpumsf_trailer_show()
336 local.overflow = be64toh(te->overflow); in s390_cpumsf_trailer_show()
337 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show()
338 local.progusage2 = be64toh(te->progusage2); in s390_cpumsf_trailer_show()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dendian.h51 # define be64toh(x) __bswap_64 (x) macro
67 # define be64toh(x) __uint64_identity (x) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dendian.h51 # define be64toh(x) __bswap_64 (x) macro
67 # define be64toh(x) __uint64_identity (x) macro
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dcow_user.c331 *size_out = be64toh(header->v2.size); in read_cow_header()
345 *size_out = be64toh(header->v3.size); in read_cow_header()
376 *size_out = be64toh(header->v3_b.size); in read_cow_header()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch55 +# define be64toh(x) __bswap_64 (x)
70 +# define be64toh(x) (x)
H A Dendian-ness_handling.patch36 + return be64toh(x);
/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c45 _val = is_be ? be64toh(_val) : le64toh(_val); \
169 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c151 #define elf64toh(x) be64toh(x)
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c138 input = be64toh(input); in print8byte()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcxl.rst267 be64toh() etc). These endian issues equally apply to shared memory