Home
last modified time | relevance | path

Searched refs:memblock_flags (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dmemblock.h28 * enum memblock_flags - definition of memory region attributes
44 enum memblock_flags { enum
62 enum memblock_flags flags;
112 enum memblock_flags flags);
136 void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags,
141 void __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags,
/kernel/linux/linux-5.10/mm/
H A Dmemblock.c160 static enum memblock_flags __init_memblock choose_memblock_flags(void) in choose_memblock_flags()
212 enum memblock_flags flags) in __memblock_find_range_bottom_up()
247 enum memblock_flags flags) in __memblock_find_range_top_down()
286 enum memblock_flags flags) in memblock_find_in_range_node()
323 enum memblock_flags flags = choose_memblock_flags(); in memblock_find_in_range()
543 enum memblock_flags flags) in memblock_insert_region()
575 int nid, enum memblock_flags flags) in memblock_add_range()
992 void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, in __next_mem_range()
1088 enum memblock_flags flags, in __next_mem_range_rev()
1328 enum memblock_flags flag in memblock_alloc_range_nid()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmemblock.h29 * enum memblock_flags - definition of memory region attributes
35 enum memblock_flags { enum
52 enum memblock_flags flags;
125 void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags,
130 void __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags,
/kernel/linux/linux-6.6/mm/
H A Dmemblock.c169 static enum memblock_flags __init_memblock choose_memblock_flags(void) in choose_memblock_flags()
222 enum memblock_flags flags) in __memblock_find_range_bottom_up()
257 enum memblock_flags flags) in __memblock_find_range_top_down()
296 enum memblock_flags flags) in memblock_find_in_range_node()
333 enum memblock_flags flags = choose_memblock_flags(); in memblock_find_in_range()
558 enum memblock_flags flags) in memblock_insert_region()
590 int nid, enum memblock_flags flags) in memblock_add_range()
707 int nid, enum memblock_flags flags) in memblock_add_node()
1061 void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, in __next_mem_range()
1157 enum memblock_flags flag in __next_mem_range_rev()
[all...]
H A Dmemory_hotplug.c1398 enum memblock_flags memblock_flags = MEMBLOCK_NONE; in add_memory_resource() local
1431 memblock_flags = MEMBLOCK_DRIVER_MANAGED; in add_memory_resource()
1432 ret = memblock_add_node(start, size, nid, memblock_flags); in add_memory_resource()

Completed in 10 milliseconds