Lines Matching refs:end
62 .end = 0,
69 .end = 0,
247 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()
284 unsigned long end) in kimage_is_destination_range() argument
293 if ((end > mstart) && (start < mend)) in kimage_is_destination_range()
448 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
999 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()
1007 unsigned long end) in crash_free_reserved_phys_range() argument
1011 for (addr = begin; addr < end; addr += PAGE_SIZE) in crash_free_reserved_phys_range()
1018 unsigned long start, end; in crash_shrink_memory() local
1030 end = crashk_res.end; 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()
1045 crash_free_reserved_phys_range(end, crashk_res.end); 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()
1051 ram_res->end = crashk_res.end; in crash_shrink_memory()
1055 crashk_res.end = end - 1; in crash_shrink_memory()