Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Darm64_kexec-image-header.h-add-missing-le64toh.patch4 Subject: [PATCH] kexec/arm64: image-header.h: add macro for le64toh
8 kexec-arm64.c:(.text+0x370): undefined reference to `le64toh'
9 kexec-arm64.c:(.text+0x380): undefined reference to `le64toh'
28 +#define le64toh(x) (x)
31 +#define le64toh(x) __bswap_64(x)
/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dendian.h27 #ifndef le64toh
28 #define le64toh(x) (x) macro
51 #ifndef le64toh
52 #define le64toh(x) __bswap_64(x) macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c22 # define le64toh(x) (x) macro
26 # define le64toh(x) bswap_64(x) macro
286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
293 err = check_code(le64toh(sh->sh_addr), in main()
294 vmlinux + le64toh(sh->sh_offset), in main()
295 le64toh(sh->sh_size)); in main()
H A Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro
84 entry = le64toh(hdr.ehdr64.e_entry); in main()
/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.h52 # define le64toh(x) __uint64_identity (x) macro
68 # define le64toh(x) __bswap_64 (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.h52 # define le64toh(x) __uint64_identity (x) macro
68 # define le64toh(x) __bswap_64 (x) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch56 +# define le64toh(x) (x)
71 +# define le64toh(x) __bswap_64 (x)
H A Dendian-ness_handling.patch37 + return le64toh(x);
/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.c143 #define elf64toh(x) le64toh(x)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb57 SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh.patch \
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c49 #define le64toh(x) (uint64_t)(x) macro
71 #define le64toh(x) __bswap64(x) macro
H A Dmbim-cm.c46 #define le64toh(x) (uint64_t)(x) macro
68 #define le64toh(x) __bswap64(x) macro
1061 mbim_debug("%s UplinkSpeed = %ld", direction, (long)le64toh(pInfo->UplinkSpeed)); in mbim_dump_packet_service()
1062 mbim_debug("%s DownlinkSpeed = %ld", direction, (long)le64toh(pInfo->DownlinkSpeed)); in mbim_dump_packet_service()
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c140 input = le64toh(input); in print8byte()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcxl.rst266 endianness (recommend endian(3) variants like: le64toh(),