Searched refs:section_size (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | omapimage.c | 47 && toc->section_size != 0xffffffff) { in omapimage_verify_header() 50 size = cpu_to_be32(toc->section_size); in omapimage_verify_header() 53 size = toc->section_size; in omapimage_verify_header() 96 && toc->section_size != 0xffffffff) { in omapimage_print_header() 99 size = cpu_to_be32(toc->section_size); in omapimage_print_header() 102 size = toc->section_size; in omapimage_print_header() 112 toc->section_size); in omapimage_print_header() 135 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
|
| H A D | omapimage.h | 14 uint32_t section_size; member
|
| H A D | mxsimage.h | 130 uint32_t section_size; member
|
| H A D | mxsimage.c | 1422 offset += shdr->section_size; in sb_fixup_sections_and_tags() 1425 shdr->section_size--; in sb_fixup_sections_and_tags() 1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags() 1580 ictx->sect_tail->payload.section_size = in sb_parse_line() 1993 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
|
| /openbmc/qemu/hw/core/ |
| H A D | eif.c | 46 uint64_t section_size; member 149 section_header->section_size = be64_to_cpu(section_header->section_size); in read_eif_section_header() 521 if (eif_header.section_sizes[i] != hdr.section_size) { in read_eif_file() 525 hdr.section_size); in read_eif_file() 539 if (!read_eif_kernel(f, hdr.section_size, kernel_path, hash0, in read_eif_file() 553 size = hdr.section_size; in read_eif_file() 590 if (!read_eif_ramdisk(f, initrd_path_f, hdr.section_size, hash0, h, in read_eif_file() 599 if (!get_signature_fingerprint_sha384(f, hdr.section_size, in read_eif_file() 610 uint64_t size = hdr.section_size; in read_eif_file()
|
| /openbmc/qemu/hw/remote/ |
| H A D | vfio-user-obj.c | 426 uint64_t section_size; in vfu_object_bar_rw() local 441 section_size = int128_get64(section.size); in vfu_object_bar_rw() 447 (bar_offset + section_size)); in vfu_object_bar_rw() 453 section_size, is_write)) { in vfu_object_bar_rw() 457 (bar_offset + section_size), pci_bar); in vfu_object_bar_rw() 462 size += section_size; in vfu_object_bar_rw() 463 bar_offset += section_size; in vfu_object_bar_rw() 464 ptr += section_size; in vfu_object_bar_rw() 465 len -= section_size; in vfu_object_bar_rw()
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 425 section_size = int128_get64(flat_range["addr"]["size"]) 427 target_end = target_start + section_size
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 889 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument 902 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map() 903 return log_2_n_round_down(section_size); in get_dmm_section_size_map()
|