Lines Matching refs:ulong
133 extern ulong image_load_addr; /* Default Load Address */
134 extern ulong image_save_addr; /* Default Save Address */
135 extern ulong image_save_size; /* Default Save Size */
365 ulong start, end; /* start/end of blob */
366 ulong image_start, image_len; /* start of image within blob, len of image */
367 ulong load; /* load addr for the image */
384 ulong legacy_hdr_valid;
408 ulong ep; /* entry point of OS */
410 ulong rd_start, rd_end;/* ramdisk start/end */
413 ulong ft_len; /* length of flat device tree */
415 ulong initrd_start;
416 ulong initrd_end;
417 ulong cmdline_start;
418 ulong cmdline_end;
607 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
608 ulong *setup_len);
619 ulong genimg_get_kernel_addr_fit(char * const img_addr,
622 ulong genimg_get_kernel_addr(char * const img_addr);
627 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
629 uint8_t arch, ulong *rd_start, ulong *rd_end);
653 uint8_t arch, const ulong *ld_start, ulong *const ld_len);
657 ulong *setup_start, ulong *setup_len);
680 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
682 int arch, ulong *datap, ulong *lenp);
714 int fit_image_load(bootm_headers_t *images, ulong addr,
717 enum fit_load_op load_op, ulong *datap, ulong *lenp);
729 int image_source_script(ulong addr, const char *fit_uname);
760 ulong addr);
764 char **of_flat_tree, ulong *of_size);
766 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
768 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
769 ulong *initrd_start, ulong *initrd_end);
770 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
828 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data()
830 return ((ulong)hdr + image_get_header_size()); in image_get_data()
837 static inline ulong image_get_image_end(const image_header_t *hdr) in image_get_image_end()
839 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
873 ulong env_get_bootm_low(void);
877 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
897 ulong image_multi_count(const image_header_t *hdr);
898 void image_multi_getimg(const image_header_t *hdr, ulong idx,
899 ulong *data, ulong *len);
923 int image_decomp_type(const unsigned char *buf, ulong len);
938 int image_decomp(int comp, ulong load, ulong image_start, int type,
939 void *load_buf, void *image_buf, ulong image_len,
940 uint unc_len, ulong *load_end);
975 int bootz_setup(ulong image, ulong *start, ulong *end);
986 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
1038 int fit_parse_conf(const char *spec, ulong addr_curr,
1039 ulong *addr, const char **conf_name);
1040 int fit_parse_subimage(const char *spec, ulong addr_curr,
1041 ulong *addr, const char **image_name);
1054 static inline ulong fit_get_size(const void *fit) in fit_get_size()
1066 ulong fit_get_end(const void *fit);
1090 int fit_image_get_load(const void *fit, int noffset, ulong *load);
1091 int fit_image_get_entry(const void *fit, int noffset, ulong *entry);
1164 int fit_check_format(const void *fit, ulong size);
1527 ulong *os_data, ulong *os_len);
1529 ulong *rd_data, ulong *rd_len);
1531 ulong *second_data, ulong *second_len);
1532 bool android_image_get_dtbo(ulong hdr_addr, ulong *addr, u32 *size);
1533 bool android_image_get_dtb_by_index(ulong hdr_addr, u32 index, ulong *addr,
1535 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1536 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1537 ulong android_image_get_kcomp(const struct andr_img_hdr *hdr);
1540 bool android_image_print_dtb_contents(ulong hdr_addr);
1574 #define FDT_ERROR ((ulong)(-1))
1576 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
1607 void (*handler)(ulong data, size_t size);