Lines Matching refs:ulong

353 	ulong		start, end;		/* start/end of blob */
354 ulong image_start, image_len; /* start of image within blob, len of image */
355 ulong load; /* load addr for the image */
372 ulong legacy_hdr_valid;
396 ulong ep; /* entry point of OS */
398 ulong rd_start, rd_end;/* ramdisk start/end */
401 ulong ft_len; /* length of flat device tree */
403 ulong initrd_start;
404 ulong initrd_end;
405 ulong cmdline_start;
406 ulong cmdline_end;
577 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
578 ulong *setup_len);
589 ulong genimg_get_kernel_addr_fit(char * const img_addr,
592 ulong genimg_get_kernel_addr(char * const img_addr);
597 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
599 uint8_t arch, ulong *rd_start, ulong *rd_end);
623 uint8_t arch, const ulong *ld_start, ulong * const ld_len);
627 ulong *setup_start, ulong *setup_len);
650 int boot_get_fdt_fit(bootm_headers_t *images, ulong addr,
652 int arch, ulong *datap, ulong *lenp);
684 int fit_image_load(bootm_headers_t *images, ulong addr,
687 enum fit_load_op load_op, ulong *datap, ulong *lenp);
718 ulong addr);
722 char **of_flat_tree, ulong *of_size);
724 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
726 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
727 ulong *initrd_start, ulong *initrd_end);
728 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
786 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data()
788 return ((ulong)hdr + image_get_header_size()); in image_get_data()
795 static inline ulong image_get_image_end(const image_header_t *hdr) in image_get_image_end()
797 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
837 ulong env_get_bootm_low(void);
841 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
861 ulong image_multi_count(const image_header_t *hdr);
862 void image_multi_getimg(const image_header_t *hdr, ulong idx,
863 ulong *data, ulong *len);
910 int bootz_setup(ulong image, ulong *start, ulong *end);
921 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
967 int fit_parse_conf(const char *spec, ulong addr_curr,
968 ulong *addr, const char **conf_name);
969 int fit_parse_subimage(const char *spec, ulong addr_curr,
970 ulong *addr, const char **image_name);
983 static inline ulong fit_get_size(const void *fit) in fit_get_size()
995 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);
1333 ulong *os_data, ulong *os_len);
1335 ulong *rd_data, ulong *rd_len);
1337 ulong *second_data, ulong *second_len);
1338 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1339 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1376 #define FDT_ERROR ((ulong)(-1))
1378 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
1409 void (*handler)(ulong data, size_t size);