Searched refs:MEMBLOCK_NONE (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/arc/mm/
H A Dinit.c63 memblock_add_node(base, size, 0, MEMBLOCK_NONE);
69 memblock_add_node(base, size, 1, MEMBLOCK_NONE);
/linux-master/arch/x86/kernel/
H A Dcheck.c115 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end,
/linux-master/include/linux/
H A Dmemblock.h29 * @MEMBLOCK_NONE: no special request
47 MEMBLOCK_NONE = 0x0, /* No special request */ enumerator in enum:memblock_flags
160 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type,
252 MEMBLOCK_NONE, p_start, p_end, NULL)
/linux-master/arch/xtensa/mm/
H A Dinit.c90 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE,
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c92 flags = (movable_node_is_enabled()) ? MEMBLOCK_NONE : MEMBLOCK_HOTPLUG;
/linux-master/arch/mips/loongson64/
H A Dinit.c82 MEMBLOCK_NONE);
/linux-master/mm/
H A Dmemtest.c78 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &this_start,
H A Dmemblock.c171 return system_has_some_mirror ? MEMBLOCK_MIRROR : MEMBLOCK_NONE;
1377 __next_mem_range(idx, zone_nid, MEMBLOCK_NONE,
1404 __next_mem_range(idx, zone_nid, MEMBLOCK_NONE,
2203 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE, &start, &end,
H A Dmemory_hotplug.c1480 enum memblock_flags memblock_flags = MEMBLOCK_NONE;
/linux-master/arch/m68k/mm/
H A Dmotorola.c442 MEMBLOCK_NONE);
454 MEMBLOCK_NONE);
H A Dmcfmmu.c168 MEMBLOCK_NONE);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-memory.c346 MEMBLOCK_NONE); local
/linux-master/arch/arm/mm/
H A Dinit.c247 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE,
/linux-master/arch/loongarch/kernel/
H A Dsetup.c215 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE);
/linux-master/kernel/
H A Dkexec_file.c549 * Using MEMBLOCK_NONE will properly skip MEMBLOCK_DRIVER_MANAGED. See
554 for_each_free_mem_range_reverse(i, NUMA_NO_NODE, MEMBLOCK_NONE,
568 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE,
/linux-master/arch/x86/mm/
H A Dinit.c1028 for_each_free_mem_range(u, NUMA_NO_NODE, MEMBLOCK_NONE, &start_addr, &end_addr, NULL) {
H A Dinit_32.c404 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) {
/linux-master/arch/mips/kernel/
H A Dsetup.c369 memblock_add_node(start, size, pa_to_nid(start), MEMBLOCK_NONE);
/linux-master/arch/s390/kernel/
H A Dsetup.c560 0, MEMBLOCK_NONE);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c511 for_each_free_mem_range(i, NUMA_NO_NODE, MEMBLOCK_NONE,

Completed in 191 milliseconds