Searched refs:MEMBLOCK_NONE (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| H A D | memblock.h | 56 MEMBLOCK_NONE = 0x0, /* No special request */ enumerator 184 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range() 276 MEMBLOCK_NONE, p_start, p_end, NULL)
|
| /linux/arch/x86/kernel/ |
| H A D | check.c | 115 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in setup_bios_corruption_check()
|
| /linux/mm/ |
| H A D | memtest.c | 78 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &this_start, in do_one_pass()
|
| H A D | memblock.c | 185 return system_has_some_mirror ? MEMBLOCK_MIRROR : MEMBLOCK_NONE; in choose_memblock_flags() 668 WARN_ON(flags != MEMBLOCK_NONE && flags != rgn->flags); in memblock_add_range() 2306 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end, in free_low_memory_core_early()
|
| H A D | cma.c | 578 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) { in cma_declare_contiguous_multi()
|
| H A D | memory_hotplug.c | 1494 enum memblock_flags memblock_flags = MEMBLOCK_NONE; in add_memory_resource()
|
| H A D | mm_init.c | 1324 for_each_free_mem_range(u, NUMA_NO_NODE, MEMBLOCK_NONE, &start_addr, &end_addr, NULL) { in calc_nr_kernel_pages()
|
| /linux/arch/m68k/mm/ |
| H A D | motorola.c | 454 MEMBLOCK_NONE); in paging_init() 466 MEMBLOCK_NONE); in paging_init()
|
| /linux/tools/testing/memblock/tests/ |
| H A D | common.c | 92 flags = (movable_node_is_enabled()) ? MEMBLOCK_NONE : MEMBLOCK_HOTPLUG; in setup_numa_memblock()
|
| /linux/arch/mips/loongson64/ |
| H A D | init.c | 82 MEMBLOCK_NONE); in szmem()
|
| /linux/kernel/ |
| H A D | kexec_file.c | 606 for_each_free_mem_range_reverse(i, NUMA_NO_NODE, MEMBLOCK_NONE, in kexec_walk_memblock() 620 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in kexec_walk_memblock()
|
| /linux/arch/loongarch/kernel/ |
| H A D | setup.c | 224 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE); in early_parse_mem()
|
| /linux/arch/mips/kernel/ |
| H A D | setup.c | 369 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE); in early_parse_mem()
|
| /linux/arch/powerpc/kernel/ |
| H A D | fadump.c | 526 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, in fadump_locate_reserve_mem()
|