Lines Matching refs:start
61 .start = 0,
68 .start = 0,
246 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
283 unsigned long start, in kimage_is_destination_range() argument
293 if ((end > mstart) && (start < mend)) in kimage_is_destination_range()
1014 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()
1024 unsigned long start, end; in crash_shrink_memory() local
1035 start = crashk_res.start; in crash_shrink_memory()
1037 old_size = (end == 0) ? 0 : end - start + 1; in crash_shrink_memory()
1050 end = start + new_size; in crash_shrink_memory()
1053 if ((start == end) && (crashk_res.parent != NULL)) in crash_shrink_memory()
1056 ram_res->start = end; in crash_shrink_memory()