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()
999 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()
1018 unsigned long start, end; in crash_shrink_memory() local
1029 start = crashk_res.start; in crash_shrink_memory()
1031 old_size = (end == 0) ? 0 : end - start + 1; in crash_shrink_memory()
1044 end = start + new_size; in crash_shrink_memory()
1047 if ((start == end) && (crashk_res.parent != NULL)) in crash_shrink_memory()
1050 ram_res->start = end; in crash_shrink_memory()