Home
last modified time | relevance | path

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

/openbmc/openbmc/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)
/openbmc/linux/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
/openbmc/linux/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()
/openbmc/openbmc/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);
/openbmc/u-boot/tools/
H A Dmips-relocs.c44 _val = is_be ? be64toh(_val) : le64toh(_val); \
168 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
/openbmc/libpldm/src/dsp/
H A Dbios_table.c587 *lower = le64toh(fields->lower_bound); in pldm_bios_table_attr_entry_integer_decode()
588 *upper = le64toh(fields->upper_bound); in pldm_bios_table_attr_entry_integer_decode()
590 *def = le64toh(fields->default_value); in pldm_bios_table_attr_entry_integer_decode()
834 cv = le64toh(cv); in pldm_bios_table_attr_value_entry_integer_decode_cv()
H A Dfirmware_update.c2696 le64toh(response->non_functioning_component_bitmap); in decode_cancel_update_resp()
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c28 *address = le64toh(request->address); in decode_rw_file_memory_req()
486 *address = le64toh(request->address); in decode_rw_file_by_type_memory_req()
593 *length = le64toh(request->length); in decode_new_file_req()
1068 *length = le64toh(request->length); in decode_new_file_with_metadata_req()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb58 SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh.patch \
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c143 #define elf64toh(x) le64toh(x)
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c667 desc_addr = le64toh(desc[i].addr); in vduse_queue_map_desc()
693 true, le64toh(desc[i].addr), in vduse_queue_map_desc()
704 le64toh(desc[i].addr), in vduse_queue_map_desc()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c2493 desc_addr = le64toh(desc[i].addr); in vu_queue_get_avail_bytes()
2806 desc_addr = le64toh(desc[i].addr); in vu_queue_map_desc()
2832 le64toh(desc[i].addr), in vu_queue_map_desc()
2843 le64toh(desc[i].addr), in vu_queue_map_desc()
3052 desc_addr = le64toh(desc[i].addr); in vu_log_queue_fill()
3081 vu_log_write(dev, le64toh(desc[i].addr), min); in vu_log_queue_fill()
/openbmc/linux/tools/iio/
H A Diio_generic_buffer.c153 input = le64toh(input); in print8byte()
/openbmc/linux/Documentation/powerpc/
H A Dcxl.rst266 endianness (recommend endian(3) variants like: le64toh(),