Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemblock.h24 #define MEMBLOCK_HOTPLUG 0x1 /* hotpluggable region */ macro
138 return m->flags & MEMBLOCK_HOTPLUG; in memblock_is_hotpluggable()
/linux-4.1.27/mm/
Dmemblock.c766 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug()
778 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug()