Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A 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()
A 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()
A Dmachine_kexec_64.c542 kexec_mark_range(crashk_low_res.start, crashk_low_res.end, protect); in kexec_mark_crashkres()
/linux/include/linux/
A Dkexec.h356 extern struct resource crashk_low_res;
/linux/kernel/
A Dkexec_core.c66 struct resource crashk_low_res = { variable
/linux/
A DSystem.map130955 ffff800011e57570 D crashk_low_res
A D.tmp_System.map130955 ffff800011e57570 D crashk_low_res

Completed in 304 milliseconds