Lines Matching refs:start
60 .start = 0,
67 .start = 0,
245 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
282 unsigned long start, in kimage_is_destination_range() argument
292 if ((end > mstart) && (start < mend)) in kimage_is_destination_range()
991 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()
1009 unsigned long start, end; in crash_shrink_memory() local
1019 start = crashk_res.start; in crash_shrink_memory()
1021 old_size = (end == 0) ? 0 : end - start + 1; in crash_shrink_memory()
1033 start = roundup(start, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
1034 end = roundup(start + new_size, KEXEC_CRASH_MEM_ALIGN); in crash_shrink_memory()
1038 if ((start == end) && (crashk_res.parent != NULL)) in crash_shrink_memory()
1041 ram_res->start = end; in crash_shrink_memory()