Lines Matching refs:crashk_res
72 struct resource crashk_res = { variable
242 if ((mstart < crashk_res.start) || in sanity_check_segment_list()
243 (mend > crashk_res.end)) in sanity_check_segment_list()
291 if ((entry < crashk_res.start) || (entry > crashk_res.end)) in kimage_alloc_init()
312 image->control_page = crashk_res.start; in kimage_alloc_init()
579 image->control_page = crashk_res.start; in kimage_file_alloc_init()
778 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
1489 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()
1490 size = resource_size(&crashk_res); in crash_get_memory_size()
1517 start = crashk_res.start; in crash_shrink_memory()
1518 end = crashk_res.end; in crash_shrink_memory()
1535 crash_free_reserved_phys_range(end, crashk_res.end); in crash_shrink_memory()
1537 if ((start == end) && (crashk_res.parent != NULL)) in crash_shrink_memory()
1538 release_resource(&crashk_res); in crash_shrink_memory()
1541 ram_res->end = crashk_res.end; in crash_shrink_memory()
1545 crashk_res.end = end - 1; in crash_shrink_memory()
2159 crashk_res.start, crashk_res.end, kbuf, in kexec_add_buffer()