Home
last modified time | relevance | path

Searched refs:crashk_low_res (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/x86/kernel/
Dcrash.c229 if (crashk_low_res.end) in elf_header_exclude_ranges()
230 ret = crash_exclude_mem_range(cmem, crashk_low_res.start, in elf_header_exclude_ranges()
231 crashk_low_res.end); in elf_header_exclude_ranges()
358 if (crashk_low_res.end) { in crash_setup_memmap_entries()
359 ei.addr = crashk_low_res.start; in crash_setup_memmap_entries()
360 ei.size = resource_size(&crashk_low_res); in crash_setup_memmap_entries()
Dsetup.c459 crashk_low_res.start = low_base; in reserve_crashkernel_low()
460 crashk_low_res.end = low_base + low_size - 1; in reserve_crashkernel_low()
461 insert_resource(&iomem_resource, &crashk_low_res); in reserve_crashkernel_low()
Dmachine_kexec_64.c541 kexec_mark_range(crashk_low_res.start, crashk_low_res.end, protect); in kexec_mark_crashkres()
/Linux-v5.15/include/linux/
Dkexec.h356 extern struct resource crashk_low_res;
/Linux-v5.15/kernel/
Dkexec_core.c66 struct resource crashk_low_res = { variable