Lines Matching refs:temp_end
444 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local
446 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()
447 temp_start = temp_end - kbuf->memsz + 1; in locate_mem_hole_top_down()
456 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down()
462 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()
468 if (arch_check_excluded_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()
488 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local
494 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_bottom_up()
496 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()
502 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up()
508 if (arch_check_excluded_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up()