Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dsrat.c201 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
/linux-4.1.27/include/linux/
Dmemblock.h76 int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
/linux-4.1.27/mm/
Dmemblock.c764 int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) in memblock_mark_hotplug() function