Home
last modified time | relevance | path

Searched refs:crashk_res (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dkexec_core.c59 struct resource crashk_res = { variable
246 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
247 (mend > phys_to_boot_phys(crashk_res.end))) in sanity_check_segment_list()
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()
1000 size = resource_size(&crashk_res); in crash_get_memory_size()
1029 start = crashk_res.start; in crash_shrink_memory()
1030 end = crashk_res.end; 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()
[all …]
Dkexec.c33 if ((entry < phys_to_boot_phys(crashk_res.start)) || in kimage_alloc_init()
34 (entry > phys_to_boot_phys(crashk_res.end))) in kimage_alloc_init()
49 image->control_page = crashk_res.start; in kimage_alloc_init()
Dkexec_file.c289 image->control_page = crashk_res.start; in kimage_file_alloc_init()
532 return func(&crashk_res, kbuf); in kexec_walk_memblock()
587 return walk_iomem_res_desc(crashk_res.desc, in kexec_walk_resources()
589 crashk_res.start, crashk_res.end, in kexec_walk_resources()