Lines Matching refs:ulong
327 ulong start, end; /* start/end of blob */
328 ulong image_start, image_len; /* start of image within blob, len of image */
329 ulong load; /* load addr for the image */
346 ulong legacy_hdr_valid;
370 ulong ep; /* entry point of OS */
372 ulong rd_start, rd_end;/* ramdisk start/end */
375 ulong ft_len; /* length of flat device tree */
377 ulong initrd_start;
378 ulong initrd_end;
379 ulong cmdline_start;
380 ulong cmdline_end;
554 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
555 ulong *setup_len);
566 ulong genimg_get_kernel_addr_fit(char * const img_addr,
569 ulong genimg_get_kernel_addr(char * const img_addr);
574 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
576 uint8_t arch, ulong *rd_start, ulong *rd_end);
600 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
604 ulong *setup_start, ulong *setup_len);
627 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
629 int arch, ulong *datap, ulong *lenp);
661 int fit_image_load(bootm_headers_t *images, ulong addr,
664 enum fit_load_op load_op, ulong *datap, ulong *lenp);
666 int fit_image_load_index(bootm_headers_t *images, ulong addr,
669 enum fit_load_op load_op, ulong *datap, ulong *lenp);
700 ulong addr);
704 char **of_flat_tree, ulong *of_size);
712 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
714 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
715 ulong *initrd_start, ulong *initrd_end);
716 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
784 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data()
786 return ((ulong)hdr + image_get_header_size()); in image_get_data()
793 static inline ulong image_get_image_end(const image_header_t *hdr) in image_get_image_end()
795 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
829 ulong env_get_bootm_low(void);
833 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
853 ulong image_multi_count(const image_header_t *hdr);
854 void image_multi_getimg(const image_header_t *hdr, ulong idx,
855 ulong *data, ulong *len);
902 int bootz_setup(ulong image, ulong *start, ulong *end);
965 int fit_parse_conf(const char *spec, ulong addr_curr,
966 ulong *addr, const char **conf_name);
967 int fit_parse_subimage(const char *spec, ulong addr_curr,
968 ulong *addr, const char **image_name);
981 static inline ulong fit_get_size(const void *fit) in fit_get_size()
993 ulong fit_get_end(const void *fit);
1019 int fit_image_get_load(const void *fit, int noffset, ulong *load);
1020 int fit_image_get_entry(const void *fit, int noffset, ulong *entry);
1021 int fit_image_get_comp_addr(const void *fit, int noffset, ulong *comp);
1022 int fit_image_set_load(const void *fit, int noffset, ulong load);
1023 int fit_image_set_entry(const void *fit, int noffset, ulong entry);
1357 ulong *out_blk_offset);
1360 ulong *os_data, ulong *os_len);
1362 ulong *rd_data, ulong *rd_len);
1364 ulong *rd_data);
1366 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1367 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1371 int android_image_parse_comp(struct andr_img_hdr *hdr, ulong *load_addr);
1372 int android_image_memcpy_separate(struct andr_img_hdr *hdr, ulong *load_address);
1405 int android_image_verify_resource(const char *boot_part, ulong *resc_buf);
1444 void board_fit_image_post_process(void *fit, int node, ulong *load_addr,
1445 ulong **src_addr, size_t *size, void *spec);
1449 #define FDT_ERROR ((ulong)(-1))
1451 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
1482 void (*handler)(ulong data, size_t size);