Searched refs:memblock_flags (Results 1 – 2 of 2) sorted by relevance
180 static enum memblock_flags __init_memblock choose_memblock_flags(void) in choose_memblock_flags() 237 enum memblock_flags flags) in __memblock_find_range_bottom_up() 272 enum memblock_flags flags) in __memblock_find_range_top_down() 311 enum memblock_flags flags) in memblock_find_in_range_node() 348 enum memblock_flags flags = choose_memblock_flags(); in memblock_find_in_range() 579 enum memblock_flags flags) in memblock_insert_region() 611 int nid, enum memblock_flags flags) in memblock_add_range() 729 int nid, enum memblock_flags flags) in memblock_add_node() 930 int nid, enum memblock_flags flags) in __memblock_reserve() 1215 void __next_mem_range(u64 *idx, int nid, enum memblock_flags flag in __next_mem_range() [all...]
1501 enum memblock_flags memblock_flags = MEMBLOCK_NONE; in add_memory_resource() local1530 memblock_flags = MEMBLOCK_DRIVER_MANAGED; in add_memory_resource()1531 ret = memblock_add_node(start, size, nid, memblock_flags); in add_memory_resource()