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;
550 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
551 ulong *setup_len);
562 ulong genimg_get_kernel_addr_fit(char * const img_addr,
565 ulong genimg_get_kernel_addr(char * const img_addr);
570 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
572 uint8_t arch, ulong *rd_start, ulong *rd_end);
596 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
600 ulong *setup_start, ulong *setup_len);
623 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
625 int arch, ulong *datap, ulong *lenp);
657 int fit_image_load(bootm_headers_t *images, ulong addr,
660 enum fit_load_op load_op, ulong *datap, ulong *lenp);
691 ulong addr);
695 char **of_flat_tree, ulong *of_size);
697 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
699 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
700 ulong *initrd_start, ulong *initrd_end);
701 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
759 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data()
761 return ((ulong)hdr + image_get_header_size()); in image_get_data()
768 static inline ulong image_get_image_end(const image_header_t *hdr) in image_get_image_end()
770 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
804 ulong env_get_bootm_low(void);
808 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
828 ulong image_multi_count(const image_header_t *hdr);
829 void image_multi_getimg(const image_header_t *hdr, ulong idx,
830 ulong *data, ulong *len);
877 int bootz_setup(ulong image, ulong *start, ulong *end);
888 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
934 int fit_parse_conf(const char *spec, ulong addr_curr,
935 ulong *addr, const char **conf_name);
936 int fit_parse_subimage(const char *spec, ulong addr_curr,
937 ulong *addr, const char **image_name);
950 static inline ulong fit_get_size(const void *fit) in fit_get_size()
962 ulong fit_get_end(const void *fit);
986 int fit_image_get_load(const void *fit, int noffset, ulong *load);
987 int fit_image_get_entry(const void *fit, int noffset, ulong *entry);
1283 ulong *os_data, ulong *os_len);
1285 ulong *rd_data, ulong *rd_len);
1287 ulong *second_data, ulong *second_len);
1288 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1289 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1344 #define FDT_ERROR ((ulong)(-1))
1346 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
1377 void (*handler)(ulong data, size_t size);