Home
last modified time | relevance | path

Searched refs:MEMBLOCK_HOTPLUG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/
Dmemblock.h39 MEMBLOCK_HOTPLUG = 0x1, /* hotpluggable region */ enumerator
211 MEMBLOCK_HOTPLUG, p_start, p_end, NULL)
222 MEMBLOCK_HOTPLUG, p_start, p_end, NULL)
239 return m->flags & MEMBLOCK_HOTPLUG; in memblock_is_hotpluggable()
/Linux-v5.15/mm/
Dmemblock.c896 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug()
908 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug()
973 !(flags & MEMBLOCK_HOTPLUG)) in should_skip_region()