Lines Matching refs:start
433 images.os.start = map_to_sysmem(os_hdr); in bootm_find_os()
470 const char *conf_fdt, ulong start, ulong size) in bootm_find_images() argument
479 buf = map_sysmem(images.os.start, 0); in bootm_find_images()
498 if (check_overlap("RD", images.rd_start, images.rd_end, start, size)) in bootm_find_images()
514 images.ft_len, start, size)) in bootm_find_images()
608 ulong blob_start = os.start; in bootm_load_os()
701 images->os.start = relocated_addr; in bootm_load_os()
789 char *start = strstr(cmdline, CONSOLE_ARG); in fixup_silent_linux() local
795 if (start) { in fixup_silent_linux()
796 char *end = strchr(start, ' '); in fixup_silent_linux()
799 start_bytes = start - cmdline; in fixup_silent_linux()