Searched refs:MEMBLOCK_HOTPLUG (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dmemblock.h30 * @MEMBLOCK_HOTPLUG: memory region indicated in the firmware-provided memory
48 MEMBLOCK_HOTPLUG = 0x1, /* hotpluggable region */ enumerator in enum:memblock_flags
226 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED, \
238 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED,\
256 return m->flags & MEMBLOCK_HOTPLUG;
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c92 flags = (movable_node_is_enabled()) ? MEMBLOCK_NONE : MEMBLOCK_HOTPLUG;
H A Dbasic_api.c88 memblock_add_node(r.base, r.size, 1, MEMBLOCK_HOTPLUG);
95 ASSERT_EQ(rgn->flags, MEMBLOCK_HOTPLUG);
/linux-master/mm/
H A Dmemblock.c963 * memblock_mark_hotplug - Mark hotpluggable memory with flag MEMBLOCK_HOTPLUG.
971 return memblock_setclr_flag(&memblock.memory, base, size, 1, MEMBLOCK_HOTPLUG);
975 * memblock_clear_hotplug - Clear flag MEMBLOCK_HOTPLUG for a specified region.
983 return memblock_setclr_flag(&memblock.memory, base, size, 0, MEMBLOCK_HOTPLUG);
1069 !(flags & MEMBLOCK_HOTPLUG))
2249 [ilog2(MEMBLOCK_HOTPLUG)] = "HOTPLUG",

Completed in 155 milliseconds