Searched refs:crashk_res (Results 1 – 1 of 1) sorted by relevance
51 struct resource crashk_res = { variable286 if ((entry < crashk_res.start) || (entry > crashk_res.end)) { in kimage_crash_alloc()299 image->control_page = crashk_res.start; in kimage_crash_alloc()318 if ((mstart < crashk_res.start) || (mend > crashk_res.end)) in kimage_crash_alloc()500 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()1103 if (crashk_res.end != crashk_res.start) in crash_get_memory_size()1104 size = resource_size(&crashk_res); in crash_get_memory_size()1131 start = crashk_res.start; in crash_shrink_memory()1132 end = crashk_res.end; in crash_shrink_memory()1149 crash_free_reserved_phys_range(end, crashk_res.end); in crash_shrink_memory()[all …]