Lines Matching refs:crashk_res
60 struct resource crashk_res = { variable
247 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
248 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()
449 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
1101 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()
1102 size = resource_size(&crashk_res); in crash_get_memory_size()
1122 start = crashk_res.start; in crash_shrink_memory()
1123 end = crashk_res.end; in crash_shrink_memory()
1139 crash_free_reserved_phys_range(end, crashk_res.end); in crash_shrink_memory()
1141 if ((start == end) && (crashk_res.parent != NULL)) in crash_shrink_memory()
1142 release_resource(&crashk_res); in crash_shrink_memory()
1145 ram_res->end = crashk_res.end; in crash_shrink_memory()
1149 crashk_res.end = end - 1; in crash_shrink_memory()