Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemblock.h46 MEMBLOCK_HOTPLUG = 0x1, /* hotpluggable region */ enumerator
220 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED, \
232 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED,\
250 return m->flags & MEMBLOCK_HOTPLUG; in memblock_is_hotpluggable()
/linux-5.19.10/tools/testing/memblock/tests/
Dbasic_api.c73 memblock_add_node(r.base, r.size, 1, MEMBLOCK_HOTPLUG); in memblock_add_node_simple_check()
80 assert(rgn->flags == MEMBLOCK_HOTPLUG); in memblock_add_node_simple_check()
/linux-5.19.10/mm/
Dmemblock.c903 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug()
915 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug()
980 !(flags & MEMBLOCK_HOTPLUG)) in should_skip_region()