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 D | arm64_kexec-image-header.h-add-missing-le64toh.patch | 4 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 D | endian.h | 27 #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 D | loongson3-llsc-check.c | 22 # 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 D | elf-entry.c | 17 # 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 D | endianess-header.patch | 56 +# define le64toh(x) (x) 71 +# define le64toh(x) __bswap_64 (x)
|
H A D | endian-ness_handling.patch | 37 + return le64toh(x);
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 44 _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 D | bios_table.c | 587 *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 D | firmware_update.c | 2696 le64toh(response->non_functioning_component_bitmap); in decode_cancel_update_resp()
|
/openbmc/libpldm/src/oem/ibm/ |
H A D | file_io.c | 28 *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 D | kexec-tools-klibc_git.bb | 58 SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh.patch \
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 143 #define elf64toh(x) le64toh(x)
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 667 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 D | libvhost-user.c | 2493 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 D | iio_generic_buffer.c | 153 input = le64toh(input); in print8byte()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | cxl.rst | 266 endianness (recommend endian(3) variants like: le64toh(),
|