Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dkexec_core.c904 struct resource *ram_res; in crash_shrink_memory() local
920 ram_res = kzalloc(sizeof(*ram_res), GFP_KERNEL); in crash_shrink_memory()
921 if (!ram_res) { in crash_shrink_memory()
935 ram_res->start = end; in crash_shrink_memory()
936 ram_res->end = crashk_res.end; in crash_shrink_memory()
937 ram_res->flags = IORESOURCE_BUSY | IORESOURCE_MEM; in crash_shrink_memory()
938 ram_res->name = "System RAM"; in crash_shrink_memory()
942 insert_resource(&iomem_resource, ram_res); in crash_shrink_memory()