Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h41 MEMBLOCK_HOTPLUG = 0x1, /* hotpluggable region */ enumerator
214 MEMBLOCK_HOTPLUG, p_start, p_end, NULL)
225 MEMBLOCK_HOTPLUG, p_start, p_end, NULL)
242 return m->flags & MEMBLOCK_HOTPLUG; in memblock_is_hotpluggable()
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c907 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug()
919 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug()
976 !(flags & MEMBLOCK_HOTPLUG)) in should_skip_region()