Searched refs:MEMBLOCK_DRIVER_MANAGED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmemblock.h39 * @MEMBLOCK_DRIVER_MANAGED: memory region that is always detected and added
51 MEMBLOCK_DRIVER_MANAGED = 0x8, /* always detected via a driver */ enumerator in enum:memblock_flags
226 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED, \
238 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED,\
276 return m->flags & MEMBLOCK_DRIVER_MANAGED;
/linux-master/mm/
H A Dmemblock.c1081 if (!(flags & MEMBLOCK_DRIVER_MANAGED) && memblock_is_driver_managed(m))
2252 [ilog2(MEMBLOCK_DRIVER_MANAGED)] = "DRV_MNG",
H A Dmemory_hotplug.c1509 memblock_flags = MEMBLOCK_DRIVER_MANAGED;

Completed in 133 milliseconds