Searched refs:memblock_mark_hotplug (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dmemblock.h129 int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
/linux-master/drivers/acpi/numa/
H A Dsrat.c290 if (hotpluggable && memblock_mark_hotplug(start, ma->length))
/linux-master/arch/powerpc/kernel/
H A Dprom.c576 memblock_mark_hotplug(base, size);
/linux-master/drivers/of/
H A Dfdt.c1032 if (memblock_mark_hotplug(base, size))
/linux-master/mm/
H A Dmemblock.c963 * memblock_mark_hotplug - Mark hotpluggable memory with flag MEMBLOCK_HOTPLUG.
969 int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) function

Completed in 136 milliseconds