Home
last modified time | relevance | path

Searched refs:le32_to_cpu (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/uboot/u-boot-2020.01/tools/
Dzynqmpimage.c74 checksum += le32_to_cpu(ptr->width_detection); in zynqmpimage_checksum()
75 checksum += le32_to_cpu(ptr->image_identifier); in zynqmpimage_checksum()
76 checksum += le32_to_cpu(ptr->encryption); in zynqmpimage_checksum()
77 checksum += le32_to_cpu(ptr->image_load); in zynqmpimage_checksum()
78 checksum += le32_to_cpu(ptr->image_offset); in zynqmpimage_checksum()
79 checksum += le32_to_cpu(ptr->pfw_image_length); in zynqmpimage_checksum()
80 checksum += le32_to_cpu(ptr->total_pfw_image_length); in zynqmpimage_checksum()
81 checksum += le32_to_cpu(ptr->image_size); in zynqmpimage_checksum()
82 checksum += le32_to_cpu(ptr->image_stored_size); in zynqmpimage_checksum()
83 checksum += le32_to_cpu(ptr->image_attributes); in zynqmpimage_checksum()
[all …]
Dzynqimage.c97 checksum += le32_to_cpu(ptr->width_detection); in zynqimage_checksum()
98 checksum += le32_to_cpu(ptr->image_identifier); in zynqimage_checksum()
99 checksum += le32_to_cpu(ptr->encryption); in zynqimage_checksum()
100 checksum += le32_to_cpu(ptr->user_field); in zynqimage_checksum()
101 checksum += le32_to_cpu(ptr->image_offset); in zynqimage_checksum()
102 checksum += le32_to_cpu(ptr->image_size); in zynqimage_checksum()
103 checksum += le32_to_cpu(ptr->__reserved1); in zynqimage_checksum()
104 checksum += le32_to_cpu(ptr->image_load); in zynqimage_checksum()
105 checksum += le32_to_cpu(ptr->image_stored_size); in zynqimage_checksum()
106 checksum += le32_to_cpu(ptr->__reserved2); in zynqimage_checksum()
[all …]
Dmtk_image.c433 if (le32_to_cpu(gbh->version) != 1 || in mtk_image_verify_gen_header()
434 le32_to_cpu(gbh->size) != sizeof(union gen_boot_header)) in mtk_image_verify_gen_header()
437 bh = (struct brom_layout_header *)(ptr + le32_to_cpu(gbh->size)); in mtk_image_verify_gen_header()
442 if (le32_to_cpu(bh->magic) != BRLYT_MAGIC || in mtk_image_verify_gen_header()
443 (le32_to_cpu(bh->type) != BRLYT_TYPE_NOR && in mtk_image_verify_gen_header()
444 le32_to_cpu(bh->type) != BRLYT_TYPE_EMMC && in mtk_image_verify_gen_header()
445 le32_to_cpu(bh->type) != BRLYT_TYPE_SDMMC)) in mtk_image_verify_gen_header()
448 gfh = (struct gfh_header *)(ptr + le32_to_cpu(bh->header_size)); in mtk_image_verify_gen_header()
453 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_GEN) in mtk_image_verify_gen_header()
458 le32_to_cpu(gfh->file_info.load_addr) + in mtk_image_verify_gen_header()
[all …]
Dstm32image.c110 (unsigned long)le32_to_cpu(stm32hdr->image_length)); in stm32image_print_header()
112 le32_to_cpu(stm32hdr->load_address)); in stm32image_print_header()
114 le32_to_cpu(stm32hdr->image_entry_point)); in stm32image_print_header()
116 le32_to_cpu(stm32hdr->image_checksum)); in stm32image_print_header()
118 le32_to_cpu(stm32hdr->option_flags)); in stm32image_print_header()
120 le32_to_cpu(stm32hdr->binary_type)); in stm32image_print_header()
/third_party/uboot/u-boot-2020.01/drivers/smem/
Dmsm_smem.c277 return p + le32_to_cpu(phdr->offset_free_uncached); in phdr_to_last_uncached_entry()
285 return p + le32_to_cpu(phdr->size) - ALIGN(sizeof(*phdr), cacheline); in phdr_to_first_cached_entry()
292 return p + le32_to_cpu(phdr->offset_free_cached); in phdr_to_last_cached_entry()
309 le32_to_cpu(e->size); in uncached_entry_next()
317 return p - le32_to_cpu(e->size) - ALIGN(sizeof(*e), cacheline); in cached_entry_next()
331 return p - le32_to_cpu(e->size); in cached_entry_to_item()
374 hdr->padding_data = cpu_to_le16(le32_to_cpu(hdr->size) - size); in qcom_smem_alloc_private()
401 if (WARN_ON(size > le32_to_cpu(header->available))) in qcom_smem_alloc_global()
475 aux_base = le32_to_cpu(entry->aux_base) & AUX_BASE_MASK; in qcom_smem_get_global()
482 *size = le32_to_cpu(entry->size); in qcom_smem_get_global()
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c642 printf(" UNKNOWN: 0x%08x", (unsigned int)le32_to_cpu(flags)); in ntfs_dump_flags()
644 printf(" (0x%08x)\n", (unsigned)le32_to_cpu(original_flags)); in ntfs_dump_flags()
706 value_length = le32_to_cpu(attr->value_length); in ntfs_dump_attr_standard_information()
711 le32_to_cpu(standard_attr->maximum_versions)); in ntfs_dump_attr_standard_information()
713 le32_to_cpu(standard_attr->version_number)); in ntfs_dump_attr_standard_information()
715 (unsigned int)le32_to_cpu(standard_attr->class_id)); in ntfs_dump_attr_standard_information()
717 (unsigned int)le32_to_cpu(standard_attr->owner_id), in ntfs_dump_attr_standard_information()
718 (unsigned int)le32_to_cpu(standard_attr->owner_id)); in ntfs_dump_attr_standard_information()
720 (unsigned int)le32_to_cpu(standard_attr->security_id), in ntfs_dump_attr_standard_information()
721 (unsigned int)le32_to_cpu(standard_attr->security_id)); in ntfs_dump_attr_standard_information()
[all …]
Dntfsdump_logfile.c223 le32_to_cpu(AT_DATA), strerror(errno)); in logfile_open()
296 page_size = le32_to_cpu(rstr->log_page_size); in restart_header_sanity()
301 if (page_size != le32_to_cpu(rstr->system_page_size)) { in restart_header_sanity()
302 page_size = le32_to_cpu(rstr->system_page_size); in restart_header_sanity()
361 (unsigned int)le32_to_cpu(rstr->system_page_size), in dump_restart_areas_header()
362 (unsigned int)le32_to_cpu(rstr->system_page_size)); in dump_restart_areas_header()
364 (unsigned int)le32_to_cpu(rstr->log_page_size), in dump_restart_areas_header()
365 (unsigned int)le32_to_cpu(rstr->log_page_size)); in dump_restart_areas_header()
395 (unsigned int)le32_to_cpu(ra->seq_number_bits), in dump_restart_areas_area()
396 (unsigned int)le32_to_cpu(ra->seq_number_bits)); in dump_restart_areas_area()
[all …]
Dntfstruncate.c261 ntfs_log_verbose("attribute type = 0x%x\n", (unsigned int)le32_to_cpu(attr_type)); in parse_options()
447 u = le32_to_cpu(type); in dump_resident_attr_val()
450 le32_to_cpu(AT_FIRST_USER_DEFINED_ATTRIBUTE) ? in dump_resident_attr_val()
462 i = le32_to_cpu(a->value_length); in dump_resident_attr()
475 le32_to_cpu(a->value_length)); in dump_resident_attr()
524 dump_mapping_pairs_array((char*)a + i, le32_to_cpu(a->length) - i); in dump_non_resident_attr()
541 (unsigned int)le32_to_cpu(AT_END)); in dump_attr_record()
542 u = le32_to_cpu(a->length); in dump_attr_record()
546 u = le32_to_cpu(a->type); in dump_attr_record()
548 if (le32_to_cpu(attr_defs[i].type) >= u) in dump_attr_record()
[all …]
/third_party/uboot/u-boot-2020.01/cmd/
Dqfw.c32 le32_to_cpu(setup_size), data_addr); in qemu_fwcfg_setup_kernel()
33 data_addr += le32_to_cpu(setup_size); in qemu_fwcfg_setup_kernel()
36 le32_to_cpu(kernel_size), data_addr); in qemu_fwcfg_setup_kernel()
37 data_addr += le32_to_cpu(kernel_size); in qemu_fwcfg_setup_kernel()
45 le32_to_cpu(initrd_size), data_addr); in qemu_fwcfg_setup_kernel()
46 data_addr += le32_to_cpu(initrd_size); in qemu_fwcfg_setup_kernel()
52 le32_to_cpu(cmdline_size), data_addr); in qemu_fwcfg_setup_kernel()
64 le32_to_cpu(kernel_size)); in qemu_fwcfg_setup_kernel()
68 le32_to_cpu(initrd_size)); in qemu_fwcfg_setup_kernel()
/third_party/uboot/u-boot-2020.01/fs/ext4/
Dext4_write.c32 sb->free_inodes = cpu_to_le32(le32_to_cpu(sb->free_inodes) + 1); in ext4fs_sb_free_inodes_inc()
37 sb->free_blocks = cpu_to_le32(le32_to_cpu(sb->free_blocks) + 1); in ext4fs_sb_free_blocks_inc()
143 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_single_indirect_block()
153 blknr = le32_to_cpu(inode->b.blocks.indir_block); in delete_single_indirect_block()
191 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_double_indirect_block()
209 blknr = le32_to_cpu(inode->b.blocks.double_indir_block); in delete_double_indirect_block()
217 bg_idx = le32_to_cpu(*di_buffer) / blk_per_grp; in delete_double_indirect_block()
219 remainder = le32_to_cpu(*di_buffer) % blk_per_grp; in delete_double_indirect_block()
225 ext4fs_reset_block_bmap(le32_to_cpu(*di_buffer), in delete_double_indirect_block()
249 blknr = le32_to_cpu(inode->b.blocks.double_indir_block); in delete_double_indirect_block()
[all …]
Dext4_common.c56 sb->free_inodes = cpu_to_le32(le32_to_cpu(sb->free_inodes) - 1); in ext4fs_sb_free_inodes_dec()
61 uint64_t free_blocks = le32_to_cpu(sb->free_blocks); in ext4fs_sb_free_blocks_dec()
62 free_blocks += (uint64_t)le32_to_cpu(sb->free_blocks_high) << 32; in ext4fs_sb_free_blocks_dec()
110 uint64_t free_blocks = le32_to_cpu(sb->free_blocks); in ext4fs_sb_get_free_blocks()
111 free_blocks += (uint64_t)le32_to_cpu(sb->free_blocks_high) << 32; in ext4fs_sb_get_free_blocks()
155 uint64_t block_nr = le32_to_cpu(bg->block_id); in ext4fs_bg_get_block_id()
157 block_nr += (uint64_t)le32_to_cpu(bg->block_id_high) << 32; in ext4fs_bg_get_block_id()
165 uint64_t block_nr = le32_to_cpu(bg->inode_id); in ext4fs_bg_get_inode_id()
167 block_nr += (uint64_t)le32_to_cpu(bg->inode_id_high) << 32; in ext4fs_bg_get_inode_id()
176 uint64_t block_nr = le32_to_cpu(bg->inode_table_id); in ext4fs_bg_get_inode_table_id()
[all …]
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dmaster.c275 c->zroot.lnum = le32_to_cpu(c->mst_node->root_lnum); in ubifs_read_master()
276 c->zroot.offs = le32_to_cpu(c->mst_node->root_offs); in ubifs_read_master()
277 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
278 c->lhead_lnum = le32_to_cpu(c->mst_node->log_lnum); in ubifs_read_master()
279 c->gc_lnum = le32_to_cpu(c->mst_node->gc_lnum); in ubifs_read_master()
280 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum); in ubifs_read_master()
281 c->ihead_offs = le32_to_cpu(c->mst_node->ihead_offs); in ubifs_read_master()
283 c->lpt_lnum = le32_to_cpu(c->mst_node->lpt_lnum); in ubifs_read_master()
284 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs); in ubifs_read_master()
285 c->nhead_lnum = le32_to_cpu(c->mst_node->nhead_lnum); in ubifs_read_master()
[all …]
Dsb.c365 if (le32_to_cpu(sup->min_io_size) != c->min_io_size) { in validate_sb()
367 le32_to_cpu(sup->min_io_size), c->min_io_size); in validate_sb()
371 if (le32_to_cpu(sup->leb_size) != c->leb_size) { in validate_sb()
373 le32_to_cpu(sup->leb_size), c->leb_size); in validate_sb()
460 if (le32_to_cpu(sup->time_gran) > 1000000000 || in validate_sb()
461 le32_to_cpu(sup->time_gran) < 1) { in validate_sb()
544 c->fmt_version = le32_to_cpu(sup->fmt_version); in ubifs_read_superblock()
545 c->ro_compat_version = le32_to_cpu(sup->ro_compat_version); in ubifs_read_superblock()
606 c->leb_cnt = le32_to_cpu(sup->leb_cnt); in ubifs_read_superblock()
607 c->max_leb_cnt = le32_to_cpu(sup->max_leb_cnt); in ubifs_read_superblock()
[all …]
Ddebug.c221 pr_err("\tmagic %#x\n", le32_to_cpu(ch->magic)); in dump_ch()
222 pr_err("\tcrc %#x\n", le32_to_cpu(ch->crc)); in dump_ch()
229 pr_err("\tlen %u\n", le32_to_cpu(ch->len)); in dump_ch()
310 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { in ubifs_dump_node()
325 pr_err("\tpad_len %u\n", le32_to_cpu(pad->pad_len)); in ubifs_dump_node()
331 unsigned int sup_flags = le32_to_cpu(sup->flags); in ubifs_dump_node()
342 pr_err("\tmin_io_size %u\n", le32_to_cpu(sup->min_io_size)); in ubifs_dump_node()
343 pr_err("\tleb_size %u\n", le32_to_cpu(sup->leb_size)); in ubifs_dump_node()
344 pr_err("\tleb_cnt %u\n", le32_to_cpu(sup->leb_cnt)); in ubifs_dump_node()
345 pr_err("\tmax_leb_cnt %u\n", le32_to_cpu(sup->max_leb_cnt)); in ubifs_dump_node()
[all …]
/third_party/selinux/libsepol/src/
Dpolicydb.c1810 r->flags = le32_to_cpu(buf[0]); in role_set_read()
1828 t->flags = le32_to_cpu(buf[0]); in type_set_read()
1846 items = le32_to_cpu(buf[0]); in mls_read_range_helper()
1857 r->level[0].sens = le32_to_cpu(buf[0]); in mls_read_range_helper()
1859 r->level[1].sens = le32_to_cpu(buf[1]); in mls_read_range_helper()
1909 l->sens = le32_to_cpu(buf[0]); in mls_read_semantic_level_helper()
1911 ncat = le32_to_cpu(buf[1]); in mls_read_semantic_level_helper()
1928 cat->low = le32_to_cpu(buf[0]); in mls_read_semantic_level_helper()
1929 cat->high = le32_to_cpu(buf[1]); in mls_read_semantic_level_helper()
2016 c->user = le32_to_cpu(buf[0]); in context_read_and_validate()
[all …]
/third_party/exfat-utils/dump/
Ddump.c113 clu_offset = le32_to_cpu(pbsx->clu_offset); in exfat_show_ondisk_all_info()
114 total_clus = le32_to_cpu(pbsx->clu_count); in exfat_show_ondisk_all_info()
115 root_clu = le32_to_cpu(pbsx->root_cluster); in exfat_show_ondisk_all_info()
121 le32_to_cpu(pbsx->fat_offset)); in exfat_show_ondisk_all_info()
123 le32_to_cpu(pbsx->fat_length)); in exfat_show_ondisk_all_info()
127 exfat_info("Volume Serial: \t\t\t\t0x%x\n", le32_to_cpu(pbsx->vol_serial)); in exfat_show_ondisk_all_info()
156 bitmap_clu = le32_to_cpu(ed[1].bitmap_start_clu); in exfat_show_ondisk_all_info()
172 le32_to_cpu(ed[2].upcase_start_clu)); in exfat_show_ondisk_all_info()
191 total_clus = le32_to_cpu(pbsx->clu_count); in exfat_show_ondisk_all_info()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c68 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header()
69 logfile_log_page_size = le32_to_cpu(rp->log_page_size); in ntfs_check_restart_page_header()
212 if ((u32)(ra_ofs + ra_len) > le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
214 le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
247 if (le32_to_cpu(ra->seq_number_bits) != (u32)(67 - fs_bits)) { in ntfs_check_restart_area()
295 > le32_to_cpu(rp->system_page_size)) in ntfs_check_log_client_array()
301 if (offset_clients >= le32_to_cpu(rp->system_page_size)) in ntfs_check_log_client_array()
323 > le32_to_cpu(rp->system_page_size)) in ntfs_check_log_client_array()
400 if ((le32_to_cpu(rp->system_page_size) in ntfs_check_and_load_restart_page()
402 || (le32_to_cpu(rp->system_page_size) in ntfs_check_and_load_restart_page()
[all …]
Dattrib.c99 "attribute\n", le32_to_cpu(flag)); in NAttrSetFlag()
135 return (s64)le32_to_cpu(a->value_length); in GenNAttrIno()
176 if (le32_to_cpu(a->value_length) + le16_to_cpu(a->value_offset) in ntfs_get_attribute_value()
177 > le32_to_cpu(a->length)) { in ntfs_get_attribute_value()
182 le32_to_cpu(a->value_length)); in ntfs_get_attribute_value()
184 return (s64)le32_to_cpu(a->value_length); in ntfs_get_attribute_value()
420 (unsigned long long)ni->mft_no, le32_to_cpu(type)); in ntfs_attr_open()
518 le16_to_cpu(a->flags), le32_to_cpu(na->ni->flags)); in ntfs_attr_open()
539 (unsigned long long)ni->mft_no, le32_to_cpu(type)); in ntfs_attr_open()
549 (long)le32_to_cpu(type), in ntfs_attr_open()
[all …]
/third_party/f2fs-tools/fsck/
Df2fs.h320 unsigned flag = le32_to_cpu(node_blk->footer.flag); in ofs_of_node()
331 size_t crc_offset = le32_to_cpu(cp->checksum_offset); in cur_cp_crc()
332 return le32_to_cpu(*((__le32 *)((unsigned char *)cp + crc_offset))); in cur_cp_crc()
337 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags); in is_set_ckpt_flags()
347 return le32_to_cpu(ckpt->nat_ver_bitmap_bytesize); in __bitmap_size()
349 return le32_to_cpu(ckpt->sit_ver_bitmap_bytesize); in __bitmap_size()
356 return le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_payload); in __cp_payload()
368 le32_to_cpu(ckpt->nat_ver_bitmap_bytesize) : 0; in __bitmap_ptr()
370 if (le32_to_cpu(ckpt->checksum_offset) == in __bitmap_ptr()
377 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_payload) > 0) { in __bitmap_ptr()
[all …]
Dnode.h29 nid_t ino = le32_to_cpu(node_blk->footer.ino); in ADDRS_PER_PAGE()
68 return le32_to_cpu(addr_array[offset]); in datablock_addr()
82 return le32_to_cpu(rn->i.i_nid[off - NODE_DIR1_BLOCK]); in get_nid()
84 return le32_to_cpu(rn->in.nid[off]); in get_nid()
130 return le32_to_cpu(node_blk->footer.ino); in ino_of_node()
156 return le32_to_cpu(node_blk->footer.next_blkaddr); in next_blkaddr_of_node()
161 return le32_to_cpu(node_blk->footer.flag) & (1 << type); in is_node()
166 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_cold_node()
Dfsck.c180 if (le32_to_cpu(sum_entry->nid) != nid) { in is_valid_ssa_node_blk()
191 le32_to_cpu(sum_entry->nid)); in is_valid_ssa_node_blk()
221 u32 nid = le32_to_cpu(sum->nid); in is_valid_summary()
242 if (le32_to_cpu(node_blk->footer.nid) != nid) in is_valid_summary()
254 if (blk_addr == le32_to_cpu(target_blk_addr)) in is_valid_summary()
297 if (le32_to_cpu(sum_entry->nid) != parent_nid || in is_valid_ssa_data_blk()
302 le32_to_cpu(sum_entry->nid)); in is_valid_ssa_data_blk()
412 nid, le32_to_cpu(node_blk->footer.nid), in sanity_check_nid()
413 le32_to_cpu(node_blk->footer.ino)); in sanity_check_nid()
416 if (ni->ino != le32_to_cpu(node_blk->footer.ino)) { in sanity_check_nid()
[all …]
Ddump.c71 le32_to_cpu(node_block->footer.flag) >> in nat_dump()
92 le32_to_cpu(node_block->footer.flag) >> in nat_dump()
219 le32_to_cpu(sum_blk->entries[i].nid)); in ssa_dump()
288 le32_to_cpu(node_blk->dn.addr[i])); in dump_node_blk()
292 le32_to_cpu(node_blk->in.nid[i]), ofs); in dump_node_blk()
296 le32_to_cpu(node_blk->in.nid[i]), ofs); in dump_node_blk()
389 dump_data_blk(sbi, ofs * F2FS_BLKSIZE, le32_to_cpu( in dump_inode_blk()
396 le32_to_cpu(node_blk->i.i_nid[i]), &ofs); in dump_inode_blk()
399 le32_to_cpu(node_blk->i.i_nid[i]), &ofs); in dump_inode_blk()
402 le32_to_cpu(node_blk->i.i_nid[i]), &ofs); in dump_inode_blk()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci-ring.c64 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in last_trb_on_last_seg()
95 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
419 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
446 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
457 le32_to_cpu(event->generic.field[2])) != in xhci_wait_for_event()
462 le32_to_cpu(event->generic.field[0]), in xhci_wait_for_event()
463 le32_to_cpu(event->generic.field[1]), in xhci_wait_for_event()
464 le32_to_cpu(event->generic.field[2]), in xhci_wait_for_event()
465 le32_to_cpu(event->generic.field[3])); in xhci_wait_for_event()
495 field = le32_to_cpu(event->trans_event.flags); in abort_td()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/power/
Dpower_i2c.c77 ret_val = le32_to_cpu(buf[2] << 16 in pmic_reg_read()
80 ret_val = le32_to_cpu(buf[0] << 16 | in pmic_reg_read()
85 ret_val = le32_to_cpu(buf[1] << 8 | buf[0]); in pmic_reg_read()
87 ret_val = le32_to_cpu(buf[0] << 8 | buf[1]); in pmic_reg_read()
90 ret_val = le32_to_cpu(buf[0]); in pmic_reg_read()
/third_party/uboot/u-boot-2020.01/arch/sandbox/lib/
Dbootm.c28 le32_to_cpu(*(uint32_t *)(zimage + 0x1f4)); in bootz_setup()
35 } else if (le32_to_cpu(arm_hdr->zi_magic) == LINUX_ARM_ZIMAGE_MAGIC) { in bootz_setup()
36 *start = le32_to_cpu(arm_hdr->zi_start); in bootz_setup()
37 *end = le32_to_cpu(arm_hdr->zi_end); in bootz_setup()

1234567