Lines Matching refs:start
322 image->control_page = crashk_res.start; in kimage_file_alloc_init()
452 image->type, image->start, image->head, flags); in SYSCALL_DEFINE5()
471 static int locate_mem_hole_top_down(unsigned long start, unsigned long end, in locate_mem_hole_top_down() argument
485 if (temp_start < start || temp_start < kbuf->buf_min) in locate_mem_hole_top_down()
516 static int locate_mem_hole_bottom_up(unsigned long start, unsigned long end, in locate_mem_hole_bottom_up() argument
522 temp_start = max(start, kbuf->buf_min); in locate_mem_hole_bottom_up()
561 u64 start = res->start, end = res->end; in locate_mem_hole_callback() local
562 unsigned long sz = end - start + 1; in locate_mem_hole_callback()
573 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()
581 return locate_mem_hole_top_down(start, end, kbuf); in locate_mem_hole_callback()
582 return locate_mem_hole_bottom_up(start, end, kbuf); in locate_mem_hole_callback()
612 res.start = mstart; in kexec_walk_memblock()
626 res.start = mstart; in kexec_walk_memblock()
660 crashk_res.start, crashk_res.end, in kexec_walk_resources()
864 sha_regions[j].start = ksegment->mem; in kexec_calculate_store_digests()
977 kbuf->image->start = pi->ehdr->e_entry; in kexec_purgatory_setup_sechdrs()
1010 !WARN_ON(kbuf->image->start != pi->ehdr->e_entry)) { in kexec_purgatory_setup_sechdrs()
1011 kbuf->image->start -= sechdrs[i].sh_addr; in kexec_purgatory_setup_sechdrs()
1012 kbuf->image->start += kbuf->mem + offset; in kexec_purgatory_setup_sechdrs()