Searched refs:rd_end (Results 1 – 2 of 2) sorted by relevance
463 uint arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument468 *rd_end = 0; in boot_get_ramdisk()511 *rd_end = rd_data + rd_len; in boot_get_ramdisk()514 *rd_start, *rd_end); in boot_get_ramdisk()
491 &images.rd_start, &images.rd_end); in bootm_find_images()498 if (check_overlap("RD", images.rd_start, images.rd_end, start, size)) in bootm_find_images()945 rd_len = images->rd_end - images->rd_start; in bootm_measure()1029 ulong rd_len = images->rd_end - images->rd_start; in bootm_run_states()
Completed in 8 milliseconds