Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dcrash.c242 if (crashk_low_res.end) in elf_header_exclude_ranges()
243 ret = crash_exclude_mem_range(cmem, crashk_low_res.start, in elf_header_exclude_ranges()
244 crashk_low_res.end); in elf_header_exclude_ranges()
371 if (crashk_low_res.end) { in crash_setup_memmap_entries()
372 ei.addr = crashk_low_res.start; in crash_setup_memmap_entries()
373 ei.size = resource_size(&crashk_low_res); in crash_setup_memmap_entries()
Dsetup.c462 crashk_low_res.start = low_base; in reserve_crashkernel_low()
463 crashk_low_res.end = low_base + low_size - 1; in reserve_crashkernel_low()
464 insert_resource(&iomem_resource, &crashk_low_res); in reserve_crashkernel_low()
Dmachine_kexec_64.c570 kexec_mark_range(crashk_low_res.start, crashk_low_res.end, protect); in kexec_mark_crashkres()
/Linux-v5.10/include/linux/
Dkexec.h341 extern struct resource crashk_low_res;
/Linux-v5.10/kernel/
Dkexec_core.c65 struct resource crashk_low_res = { variable