Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dsrat.c202 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
/linux-4.4.14/include/linux/
Dmemblock.h82 int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
/linux-4.4.14/mm/
Dmemblock.c794 int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) in memblock_mark_hotplug() function