Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemblock.h152 int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
/linux/drivers/acpi/numa/
H A Dsrat.c411 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_parse_memory_affinity()
/linux/arch/powerpc/kernel/
H A Dprom.c583 memblock_mark_hotplug(base, size); in early_init_drmem_lmb()
/linux/drivers/of/
H A Dfdt.c1045 if (memblock_mark_hotplug(base, size)) in early_init_dt_scan_memory()
/linux/mm/
H A Dmemblock.c1026 int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) in memblock_mark_hotplug() function