Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dcrash.c238 if (crashk_low_res.end) in fill_up_crash_elf_data()
336 if (crashk_low_res.end) { in elf_header_exclude_ranges()
337 ret = exclude_mem_range(cmem, crashk_low_res.start, crashk_low_res.end); in elf_header_exclude_ranges()
600 if (crashk_low_res.end) { in crash_setup_memmap_entries()
601 ei.addr = crashk_low_res.start; in crash_setup_memmap_entries()
602 ei.size = crashk_low_res.end - crashk_low_res.start + 1; in crash_setup_memmap_entries()
Dsetup.c546 crashk_low_res.start = low_base; in reserve_crashkernel_low()
547 crashk_low_res.end = low_base + low_size - 1; in reserve_crashkernel_low()
548 insert_resource(&iomem_resource, &crashk_low_res); in reserve_crashkernel_low()
/linux-4.4.14/include/linux/
Dkexec.h301 extern struct resource crashk_low_res;
/linux-4.4.14/kernel/
Dkexec_core.c71 struct resource crashk_low_res = { variable