Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/numa/
H A Dsrat.c293 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
/openbmc/linux/include/linux/
H A Dmemblock.h125 int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
/openbmc/linux/arch/powerpc/kernel/
H A Dprom.c573 memblock_mark_hotplug(base, size); in early_init_drmem_lmb()
/openbmc/linux/drivers/of/
H A Dfdt.c1145 if (memblock_mark_hotplug(base, size)) in early_init_dt_scan_memory()
/openbmc/linux/mm/
H A Dmemblock.c935 int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) in memblock_mark_hotplug() function