Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemblock.h49 MEMBLOCK_DRIVER_MANAGED = 0x8, /* always detected via a driver */ enumerator
222 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED, \
234 MEMBLOCK_HOTPLUG | MEMBLOCK_DRIVER_MANAGED,\
267 return m->flags & MEMBLOCK_DRIVER_MANAGED; in memblock_is_driver_managed()
/openbmc/linux/mm/
H A Dmemblock.c1063 if (!(flags & MEMBLOCK_DRIVER_MANAGED) && memblock_is_driver_managed(m)) in should_skip_region()
2218 [ilog2(MEMBLOCK_DRIVER_MANAGED)] = "DRV_MNG",
H A Dmemory_hotplug.c1427 memblock_flags = MEMBLOCK_DRIVER_MANAGED; in add_memory_resource()